How can I launch some android application by name on android device? Like in Linux, I pressed alt+f2 and typed name of application. May be it is some alternate launcher.
Tell me more
×
Android Enthusiasts Stack Exchange is a question and answer site for
enthusiasts and power users of the Android operating system. It's 100% free, no registration required.
|
migrated from stackoverflow.com Oct 26 '11 at 1:31
|
The home launcher Go Launcher Ex gives you a search field for this, type in first letters and it will show matching apps. But it only lists apps, no music tracks or bookmarks. |
|||
|
|
|
Gesture Search will do something similar. It finds apps, contacts, bookmarks and music tracks. |
|||
|
|
It really depends what you mean applications in android are usually run using something similar to com.company.theirapp so you would need a "hashmap" for example which relates the application name to the actual apk name. |
|||
|
|
