mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-26 06:21:12 -04:00
edited files
This commit is contained in:
parent
bb06719249
commit
22d2acc5cd
@ -34,9 +34,11 @@ import org.kiwix.kiwixmobile.core.di.components.TestComponent
|
||||
abstract class BaseActivityTest<T : Activity> {
|
||||
@get:Rule
|
||||
abstract var activityRule: ActivityTestRule<T>
|
||||
|
||||
@get:Rule
|
||||
var readPermissionRule: GrantPermissionRule =
|
||||
GrantPermissionRule.grant(permission.READ_EXTERNAL_STORAGE)
|
||||
|
||||
@get:Rule
|
||||
var writePermissionRule: GrantPermissionRule =
|
||||
GrantPermissionRule.grant(permission.WRITE_EXTERNAL_STORAGE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user