Start the APP method through adb shell

List all the application information on the phone first:

adb shell dumpsys package > ./package.txt

Find the app you want, and focus on the content below the Activity Resolver Table. In addition, look at the name of your application APK package and search for keywords

Once found:
Force close the app:

adb shell am force-stop xxxxxx

Start the application:

adb  shell am start -n xxxxxx/xxxx

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325046297&siteId=291194637