Skip to content

Instantly share code, notes, and snippets.

@safaorhan
Created August 6, 2021 09:12
Show Gist options
  • Save safaorhan/d4363be2653f88d0ee94b6c75a56d6f4 to your computer and use it in GitHub Desktop.
Save safaorhan/d4363be2653f88d0ee94b6c75a56d6f4 to your computer and use it in GitHub Desktop.
Adding internet permission
<manifest ...
<uses-permission android:name="android.permission.INTERNET" /> <!-- ADD THIS LINE -->
<application
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment