Adb App Control Extended Key Best
adb shell input keyevent 3
Reason: Readability and cross-version compatibility. adb app control extended key best
if [ $? -eq 0 ]; then adb shell input keyevent KEYCODE_ENTER fi adb shell input keyevent 3
Best practice: Use adb shell dumpsys activity activities to verify the expected activity is top. Reason: Readability and cross-version compatibility
# Good
adb shell input keyevent KEYCODE_HOME