|
@@ -51,7 +51,10 @@
|
|
|
|
|
|
<!-- WRITE_EXTERNAL_STORAGE may be enabled or disabled by the user after installation in
|
|
<!-- WRITE_EXTERNAL_STORAGE may be enabled or disabled by the user after installation in
|
|
API >= 23; the app needs to handle this -->
|
|
API >= 23; the app needs to handle this -->
|
|
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
|
|
+ <uses-permission
|
|
|
|
+ android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
|
|
|
+ android:maxSdkVersion="29"
|
|
|
|
+ tools:ignore="ScopedStorage" />
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
|
|
|