I want to open the phone default launcher, where all the phone's applications are displayed, whenever i click my button.
I've tried to look up for an answer but i couldn't find one, Is that even possible? Maybe by passing a category to an intent?
I want to open the phone default launcher, where all the phone's applications are displayed, whenever i click my button.
I've tried to look up for an answer but i couldn't find one, Is that even possible? Maybe by passing a category to an intent?
To open the Menu, (as per original question):
Use Activity.openOptionsMenu() method in the OnClickListener
of the button
Edit: Edited question as per OP's comments to open launcher, please refer solution at