mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +03:00
test with api level 29
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
9cd1c7a083
commit
f9cc2e1ef5
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ class FileDisplayActivityScreenshotIT : AbstractIT() {
|
|||
|
||||
@get:Rule
|
||||
val permissionRule = GrantPermissionRule.grant(
|
||||
Manifest.permission.WRITE_EXTERNAL_STORAGE,
|
||||
Manifest.permission.MANAGE_EXTERNAL_STORAGE
|
||||
Manifest.permission.WRITE_EXTERNAL_STORAGE
|
||||
)
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue