Kiosk Mode / Breakout Testing
What is it?
In simple words, if you want to restrict the usability of the device that you are giving to your employee/customer's hand, you can use kiosk browser lockdown facility to make that device single purpose used.
Post setting up Kiosk, when that Android OS based device boots up, it automatically runs only allowed the application. Which will not have any exit feature or may be an exit to the home screen, notification area or settings menu is locked down with the password.
ADB Tricks and Attack Vectors:
Load Settings using ADB
Enter Developer Mode using ADB:
Install another application package (APK) using ADB:
Launching a package with unknown Activity using ADB and Monkey:
Open dialling pad and dial number using ADB:
Last updated