6 messages in com.googlegroups.android-developers[android-developers] Re: intent actio...| From | Sent On | Attachments |
|---|---|---|
| David Given | 10 Apr 2008 10:44 | |
| Megha Joshi | 11 Apr 2008 12:33 | |
| David Given | 14 Apr 2008 03:37 | |
| Megha Joshi | 14 Apr 2008 12:47 | |
| e | 27 May 2008 04:32 | |
| Megha Joshi | 30 May 2008 17:59 |
| Subject: | [android-developers] Re: intent actions vs. filter actions![]() |
|---|---|
| From: | e (enu1...@gmail.com) |
| Date: | 05/27/2008 04:32:19 AM |
| List: | com.googlegroups.android-developers |
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:
<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........
Thanks,
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr...@googlegroups.com To unsubscribe from this group, send email to andr...@googlegroups.com Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---




