7 2 | Can someone tell me how to start new application knowing only its package name? I do not have information about what activity is the main one.
| ||
feedback |
12 | Try using PackageManager and getLaunchIntentForPackage() | ||
feedback |
6 | Just use these following two lines,so you can launch any installed application whose package name is known:
|