There's another way to do this using
QCustomShortcut, a handy little tool for creating shortcuts to any app on your phone.
You can also use it to change an app's shortcut name, icon, and even skip to certain parts of the app (for instance, going directly to the main menu and skipping the splash-screen). It's free. Just google it.
So this is what you do to create a shortcut to Application Manager:
- Run QCustomShortcut
- Enter a shortcut name of your choice, e.g."App Manager"
- Under 'Package', copy-paste the following:
com.android.settings
- Under 'Class', copy-paste the following:
com.android.settings.applications.ManageApplications
- Tap any other text-box and you should see the icons appear next to the fields.
- Press 'Create shortcut'
You're done! Also, you can tap 'Test' to check that the shortcut works before creating it.
If you want to use QCustomShortcut for other apps and you're not an 'advanced' user, it's actually simpler than it looks.
All you have to do is tap the 'Packages' button and scroll down till you see the app's icon.
Then for the 'Class', just look for one that ends with "MainActivity" or something similar.
Tap 'Test'. If it doesn't work properly, try another Class name. Easy!
WAIT! One last thing! (and I frequently make this mistake)..
If you pressed 'Create Shortcut' but can't see the shortcut anywhere on the 'desktop', its probably because you forgot to give it a name!
Hope I've helped someone.
Happy customising!
