Detox
Detox copied to clipboard
fix(android): grant all permissions after resetting app state
[!CAUTION] The PR is not ready. The
--all-permissionsflag does not work on all Android environments, so we need to add a fallback, too.
Description
- This pull request addresses the issue introduced in: #4819
- Resolves #4850
~In this pull request, I have added extra calls to adb shell pm grant --all-permissions to imitate our adb install -g calls for normal case.~
We'll use this PR as a base:
- #3493