Skip to content

Commit

Permalink
Removed unnecessary permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
itszechs committed Jul 9, 2022
1 parent 1837c27 commit 16e6d84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="zechs.drive.stream">

<!-- Permissions required by GoogleAuthUtil -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
<uses-permission android:name="android.permission.INTERNET" />

<!-- Android TV -->
Expand Down

0 comments on commit 16e6d84

Please sign in to comment.