-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.11
-
None
-
-
4e7b6f2c9 (dev)
When installing test apks we pass the '-g' flag for apk install command that grants all runtime permissions to the app automatically.
Android bundletool doesn't have this feature, so need to find a way to grant permissions differently.
One of the possible solutions is to call:
adb shell pm grant <apk> <permission>