Skip to content

Commit

Permalink
Update AndroidManifest.xml to add new permission
Browse files Browse the repository at this point in the history
  • Loading branch information
TransBluelight authored Sep 3, 2024
1 parent 0d03bc5 commit 6cdf7ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

<!-- Allow storage access -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- Write implies read -->
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> <!-- This should bypass scoped storage restrictions -->

<!-- Allow access to Bluetooth devices -->
<uses-permission android:name="android.permission.BLUETOOTH" />
Expand Down

0 comments on commit 6cdf7ae

Please sign in to comment.