i try this configuration:
Action: android.intent.action.MAIN
ActivityClass: net.osmand.activities.MapActivity
ActivityPackage: net.osmand
what is the data Uri if i want to open the map in the app with Place marker (i have lot + lan)?
        Trying to push the limits of App Inventor!
        Snippets and
        Tutorials from
        Pura Vida Apps by
         Taifun.
 Taifun.         
If you can't find documentation for the activities you want to start, one way to figure out how to set the properties is to start up the activity manually and look at what appears in the Android System Log. For example, if you use YouTube to play a video, you'll see in the log:
I/ActivityManager( 86): Starting activity: Intent { act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=http://www.youtube.com/watch?v=8ADwPLSFeY8 flg=0x3800000 cmp=com.google.android.youtube/.PlayerActivity }
is start up the activity manually meas to open the app?
where can i find the Android System Log?
i will appreciate your answer.
is start up the activity manually meas to open the app?
where can i find the Android System Log?
 Tony
 TonyV/SmartFaceService - 3rd party pause( 2918): onReceive [android.intent.action.ACTIVITY_STATE/net.osmand/create]
V/SmartFaceService - 3rd party pause( 2918): onReceive [android.intent.action.ACTIVITY_STATE/net.osmand/pause]
D/ActivityManager( 2918): Trying to launch net.osmand/.plus.activities.MapActivity
| Action | ActivityClass | ActivityPackage | DataUri | 
| android.intent.action.MAIN | net.osmand.plus.activities.MainMenuActivity | net.osmand | http://download.osmand.net/go?lat=41.890649&lon=12.490986&z=10 | 
| Action | ActivityClass | ActivityPackage | DataUri | 
| android.intent.action.MAIN | http://maps.google.com/?q=41.890649,12.490986 |