appium how do you find APP_PACKAGE? code example
Example: how to get app package and app activity in android
adb shell dumpsys window windows | grep -E 'mCurrentFocus'
adb shell dumpsys window windows | grep -E 'mCurrentFocus'