We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c99b75 commit ceafe92Copy full SHA for ceafe92
Jetcaster/app/src/main/AndroidManifest.xml
@@ -17,8 +17,9 @@
17
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18
package="com.example.jetcaster">
19
20
- <!-- Uses INTERNET to fetch RSS feed + images -->
+ <!-- Uses ACCESS_NETWORK_STATE to check if the device is connected to internet or not -->
21
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
22
+ <!-- Uses INTERNET to fetch RSS feed + images -->
23
<uses-permission android:name="android.permission.INTERNET" />
24
25
<application
0 commit comments