In some Emulators, if the user presses the home key in the launcher, it does a different task than if you switch to it from another app:
For example, if the user presses home, it launches home. But if the user presses home again in the launcher, it opens the app drawer.
I am wondering how this can be done? I tried to emulate the home launch intent by setting intent action as ACTION_MAIN
and category as CATEGORY_HOME
to no avail.