Skip to content

Commit b5bd9f0

Browse files
committed
Revert removing old external storage permissions, they are still needed in old Androids.
1 parent 87afbdf commit b5bd9f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@
5050
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
5151
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
5252
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30" />
53-
53+
<!-- Allow writing to external storage -->
54+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
55+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
5456
</manifest>

0 commit comments

Comments
 (0)