Skip to content

Commit ceafe92

Browse files
committedJan 13, 2021
Add comment
1 parent 5c99b75 commit ceafe92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Jetcaster/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1818
package="com.example.jetcaster">
1919

20-
<!-- Uses INTERNET to fetch RSS feed + images -->
20+
<!-- Uses ACCESS_NETWORK_STATE to check if the device is connected to internet or not -->
2121
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
22+
<!-- Uses INTERNET to fetch RSS feed + images -->
2223
<uses-permission android:name="android.permission.INTERNET" />
2324

2425
<application

0 commit comments

Comments
 (0)