Tuesday, 6 August 2013

Command to start launcher's app drawer view using android manager?

Command to start launcher's app drawer view using android manager?

I opened up the app drawer on my phone and used adb shell dumpsys activity
activities to collect the information about the current activity and used
that in the following command:
adb shell am start -a android.intent.action.MAIN -c
android.intent.category.HOME -f 0x10600000 -n
com.cyanogenmod.trebuchet/.Launcher
However, this does not start the launcher's app drawer, it just starts the
launcher.
Can anyone give me a hint on how to use the command line to open the app
drawer on my phone?
By the way, I am running Cyanogenmod 10.1.2-maguro.

No comments:

Post a Comment