{"tool":"adb","tool_display":"Adb","intent":"revoke-app-permission","intent_display":"revoke app permission","title":"Adb Command: revoke app permission","command_string":"adb shell pm revoke <package> <android.permission.CAMERA|android.permission.ACCESS_FINE_LOCATION|android.permission.READ_CONTACTS|...>","raw_command_string":"adb shell pm revoke {{package}} {{android.permission.CAMERA|android.permission.ACCESS_FINE_LOCATION|android.permission.READ_CONTACTS|...}}","description":"Exact CLI syntax to revoke app permission using Adb.","usage_scenario":"Necessary for security audits or when debugging unwanted behavior from an application.","scenario_context":"Easily manage app permissions on your Android device through the command line.","simulated_output":"PACKAGE_NAME: com.example.app\n\nPermissions revoked:\n- android.permission.CAMERA\n- android.permission.ACCESS_FINE_LOCATION\n\nOperation completed successfully.","how_to_steps":["Run the command: `adb shell pm revoke com.example.app android.permission.CAMERA`","Verify permissions by running: `adb shell pm list packages -f -3`"],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/adb/revoke-app-permission"}