[android-developers] Re: ADC app conflicting with marketplace app

2009-09-15 Thread tansaku
Okay, so I think I fixed this. The provider in my ADC was calling a ResolverActivity as follows: c.setNotificationUri(getContext().getContentResolver(), url); and was setting particular types of query, e.g.: case LISTS: return "vnd.android.cursor.dir/vnd

[android-developers] Re: ADC app conflicting with marketplace app

2009-09-15 Thread tansaku
Hmm, so I think I worked out the source of my conflict. I was calling activities via URI rather than by class name. I was doing this: context.startActivity(new Intent(Intent.ACTION_VIEW, SmartFm.Lists.CONTENT_URI)); rather than: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setClassN

[android-developers] Re: ADC app conflicting with marketplace app

2009-09-04 Thread dadical
I asked these same questions on this forum a couple of days ago. My conclusion was that unless I'm willing to go through the pain of testing and tweaking my marketplace version of the app so that it can behave nicely with the ADC vertsion, I'm going to wait until ADC is over to publish to the mar

[android-developers] Re: ADC app conflicting with marketplace app

2009-09-03 Thread tansaku
Yeah - eclipse seemed to update that automatically. I think it wouldn't have run if that was incorrect ... On Sep 3, 6:25 pm, "Maps.Huge.Info (Maps API Guru)" wrote: > Did you change your package name in the manifest? > > -John Coryat > > "What Zip Code?" --~--~-~--~~~--

[android-developers] Re: ADC app conflicting with marketplace app

2009-09-03 Thread Maps.Huge.Info (Maps API Guru)
Did you change your package name in the manifest? -John Coryat "What Zip Code?" --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@goog