Re: [android-developers] Re: prevent your app from showing in defautl app selection

2012-07-06 Thread rayk
ah okay thanks. On Friday, July 6, 2012 9:42:54 AM UTC-4, Mark Murphy (a Commons Guy) wrote: > On Fri, Jul 6, 2012 at 9:36 AM, rayk wrote: > > If I take out the category LAUNCHER the app will not launch. > > That is not the activity that is appearing in the chooser. It is your > third act

Re: [android-developers] Re: prevent your app from showing in defautl app selection

2012-07-06 Thread Mark Murphy
On Fri, Jul 6, 2012 at 9:36 AM, rayk wrote: > If I take out the category LAUNCHER the app will not launch. That is not the activity that is appearing in the chooser. It is your third activity. > I read the > Intent section but can not see what I need to replace it with to get it to > launch. Th

[android-developers] Re: prevent your app from showing in defautl app selection

2012-07-06 Thread rayk
Here is the manifext file. If I take out the category LAUNCHER the app will not launch. I read the Intent section but can not see what I need to replace it with to get it to launch. http://schemas.android.com/apk/res/android"; package="com.darttournament.locator" android:versionCode

[android-developers] Re: prevent your app from showing in defautl app selection

2012-06-29 Thread Nobu Games
Post your manifest file. The only reason why this happens is your app declares itself to be able to handle this kind of intent. You may want to read the following: http://developer.android.com/guide/components/intents-filters.html#ifs -- You received this message because you are subscribed to

Re: [android-developers] Re: prevent your app from showing in defautl app selection

2012-06-29 Thread Mark Murphy
On Fri, Jun 29, 2012 at 1:58 PM, rayk wrote: > I am puttting this out there again.  I have not been able to take my app off > the chooser lis. Get rid of the that is causing it to be an option in the chooser. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] Re: prevent your app from showing in defautl app selection

2012-06-29 Thread rayk
I am puttting this out there again. I have not been able to take my app off the chooser lis. On Wednesday, June 13, 2012 3:56:47 PM UTC-4, rayk wrote: > My app plots locations on a google map. When user selects the location a > popup comes up to get directions to the place. Selecting directi