Skip to content

Commit

Permalink
Remove permissions no longer used in prod (#3428)
Browse files Browse the repository at this point in the history
Similar to http://cl/638760806

b/336522590

(cherry picked from commit 6d442f4)
  • Loading branch information
gbournou authored and anonymous1-me committed Jun 3, 2024
1 parent cd8cd73 commit b652ed0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starboard/android/apk/app/src/app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<uses-feature android:glEsVersion="0x00020000" android:required="true"/>

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
<uses-permission android:name="android.permission.USE_CREDENTIALS" android:maxSdkVersion="22"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
Expand Down

0 comments on commit b652ed0

Please sign in to comment.