Skip to content

Commit

Permalink
removes uneeded permissions TESTED
Browse files Browse the repository at this point in the history
  • Loading branch information
03fernanda-palacios committed Nov 12, 2024
1 parent f34cbb3 commit 458d2d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions BundleClient/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@

<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<uses-permission android:name="Manifest.permission.POST_NOTIFICATIONS"/>
<permission android:name="net.discdd.bundleclient.permission.MESSAGE_PROVIDER_WRITE" android:protectionLevel="normal" />
<permission android:name="net.discdd.bundleclient.permission.MESSAGE_PROVIDER_READ" android:protectionLevel="normal" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-feature android:name="android.hardware.usb.host" />

<application
Expand Down

0 comments on commit 458d2d3

Please sign in to comment.