Skip to content

Commit

Permalink
Remove network permission
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Mar 12, 2024
1 parent 0032ed3 commit 9c53707
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions talkback/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
<!-- Required for App Enumeration -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>

<!-- Required for sending data to Google Analytics. -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<!-- Required for calling Service.startForeground after API 28. -->
Expand Down

0 comments on commit 9c53707

Please sign in to comment.