dtmilano / AndroidViewClient

Android ViewServer and ADB client
Apache License 2.0
1.62k stars 345 forks source link

Add an option to grant all permissions when installing an APK. #286

Closed j-jorge closed 3 years ago

j-jorge commented 3 years ago

adb install accepts a -g option to grant all permissions to the installed application. This greatly help testing as it allows to skip the permission request dialogs to have a "normal" workflow of the app. This PR adds an option to ViewClient.installPackage to enable this feature.