Skip to content

App Permission

Manage runtime permissions for an installed app. Grant permissions to skip dialogs during testing, or revoke them to test permission-denied flows.

ParameterTypeRequiredDefaultDescription
packageNamestringYesApplication package name
permissionstringYesFull permission name (e.g., android.permission.CAMERA)
action"grant" | "revoke"YesWhether to grant or revoke
deviceIdstringNoTarget device serial

Grant camera permission to com.example.myapp

Revoke location permission from com.example.myapp

Grant android.permission.RECORD_AUDIO to com.example.myapp