Detox icon indicating copy to clipboard operation
Detox copied to clipboard

fix(android): grant all permissions after resetting app state

Open noomorph opened this issue 2 months ago • 2 comments

[!CAUTION] The PR is not ready. The --all-permissions flag 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

noomorph avatar Oct 03 '25 12:10 noomorph