andbook!.pdf - Learning Android Get an anddev.org - Android-Shirt Back to index
anddev.org Header Logo
FAQ Search Top rated articles Browse Feeds anddev.org - Authors Contact Details Register Log in

Adding an alternative action to Maps Application


 
       anddev.org - Android Development Community | Android Tutorials | Index -> Map Tutorials
Author Message
soniya
Experienced Developer
Experienced Developer


Joined: 14 Jan 2008
Posts: 71
Location: india

PostPosted: Mon May 26, 2008 3:08 pm    Post subject: Adding an alternative action to Maps Application Reply with quote

Hi,

Is it possible to make your application appear as an alternative menu
option in Maps Application(system application)? My application can
launch normally from the main menu. I tried adding this intent-filter:

XML:
<intent-filter label="Add">
               <category
android:name="android.intent.category.DEFAULT" />

              <category
android:name="android.intent.category.ALTERNATIVE"/>


              <category
android:name="android.intent.category.SELECTED_ALTERNATIVE" />

    <data android:scheme="geo" />


. I've tried alternative MIME types, like "<data
android:scheme="http"
android:host="maps.google.com"
android:path="" />
","<data
android:scheme="http"
android:host="maps.google.com"
android:path="/maps" />
","<data android:mimeType="vnd.android.cursor.item/postal-address" />
", but it doesn't seem to work.

I do have permissions to use WRITE_MY_MAPS, READ_MY_MAPS........
Not implemented on system apps?

Thanks,
Back to top
View user's profile Send private message
soniya
Experienced Developer
Experienced Developer


Joined: 14 Jan 2008
Posts: 71
Location: india

PostPosted: Tue May 27, 2008 12:25 pm    Post subject: Reply with quote

Rolling Eyes
Back to top
View user's profile Send private message
Display posts from previous:   
       anddev.org - Android Development Community | Android Tutorials | Index -> Map Tutorials All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


© 2007, Android Development Community
All rights reserved.
Powered by phpBB.