Android Test For Launching Activity Of Another App
In my App, I have a list view that shows all the currently installed apps in the system. Clicking on an item will select the next activity (one of the installed apps) to be launche
Solution 1:
You didn't set the action call intent.setAction(android.intent.action.MAIN);
Post a Comment for "Android Test For Launching Activity Of Another App"