Complete Action using on Shared GPS location

SajalMittal

New member
Oct 9, 2015
1
0
0
Visit site
Now a days many apps shared a GPS location and i want to register my app in "Complete Action Using" dialog when someone click that location. I tried and add the in the manifest but hard luck no success.

<intent-filter>
<action android:name="android.intent.action.SEND or VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType = "text/plain" />
or <data android:mimeType = "geo"/>
or <data android:scheme = "geo" />
</intent-filter>

Also go through the following SO post but unable to resolve the problem

How to add our own option to "Complete action using" menu

"Complete action using myApp"

Android - Intent Filter?

Android: Add my program to "Complete action using"-list, when clicking a file in filebrowser

Please help in resolving this issue. Thanks
 

Laura Knotek

Moderator Captain
Moderator
Jan 8, 2011
11,788
4,055
113
Visit site
Hi and welcome to AndroidCentral. I've moved your thread to the Developers Lounge forum, since this is a topic that would be better answered by fellow developers, rather than regular users.