mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
Add ignore ScopredStorage for WRITE_EXTERNAL_STORAGE permission
Because the permission is needed up to SDK level 29 Lint should be ignore that one. Signed-off-by: Tim Krüger <t@timkrueger.me>
This commit is contained in:
parent
5cacf7767d
commit
0f54b6a505
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@
|
|||
android:maxSdkVersion="22" />
|
||||
<uses-permission
|
||||
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
|
||||
android:maxSdkVersion="29" />
|
||||
android:maxSdkVersion="29"
|
||||
tools:ignore="ScopedStorage" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue