Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Nov 10, 2024
1 parent b469540 commit 9e84232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/motionUI/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> <!-- Write to storage permissions -->
<!-- Permission to read files in external storage (Android 10 to 12) -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <!-- Specific permissions for Android 13 (API 33+) depending on the type of media -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<!-- Specific permissions for Android 13 (API 33+) depending on the type of media -->
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
Expand Down

0 comments on commit 9e84232

Please sign in to comment.