Skip to content

Instantly share code, notes, and snippets.

@ibrahim4851
Created May 22, 2021 11:26
Show Gist options
  • Save ibrahim4851/ca40fe7290169aa51fc1c1b9dcf64f24 to your computer and use it in GitHub Desktop.
Save ibrahim4851/ca40fe7290169aa51fc1c1b9dcf64f24 to your computer and use it in GitHub Desktop.
VolleyRequestsManifest
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ibrahim.volleyrequests">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:usesCleartextTraffic="true"
...
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment