एंड्रॉइड डीबग ब्रिज शेल: एंड्रॉइड एमुलेटर इंस्टेंस या कनेक्टेड एंड्रॉइड डिवाइस पर रिमोट शेल कमांड चलाएं। अधिक जानकारी: https://developer.android.com/tools/adb।
adb shell
adb shell getprop
adb shell pm reset-permissions
adb shell pm revoke {{पैकेज}} {{अनुमति}}
adb shell input keyevent {{कीकोड}}
adb shell pm clear {{पैकेज}}
adb shell am start -n {{पैकेज}}/{{गतिविधि}}
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN