Skip to content

Commit

Permalink
androidTest: Remove deprecated WRITE_EXTERNAL_STORAGE permission rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Binnette committed Nov 25, 2024
1 parent 7c34e64 commit cbb4fb5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ protected void beforeActivityLaunched() {
}
};

// Storage permissions are required
@Rule
public GrantPermissionRule writePermission = GrantPermissionRule.grant(Manifest.permission.WRITE_EXTERNAL_STORAGE);

private static String layoutName = "mock";
private static String ISOLanguageCode = "es";

Expand Down

0 comments on commit cbb4fb5

Please sign in to comment.