Monday, 9 September 2013

How launch all maps app android intent

How launch all maps app android intent

I want to open all the maps app through intent.
I tried it, and the app crashes, the intent doesn't open
Intent myIntent = new Intent("android.intent.category.APP_MAPS");
startActivity(myIntent);

No comments:

Post a Comment