Skip to content

Commit

Permalink
add permission ACCESS_NETWORK_STATE
Browse files Browse the repository at this point in the history
Seems to be required by some Android TV devices.
  • Loading branch information
Leonid Plyushch authored and fornwall committed Oct 13, 2019
1 parent cb67e80 commit 4189f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
<uses-feature android:name="android.software.leanback" android:required="false" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down

0 comments on commit 4189f59

Please sign in to comment.