[android-developers] Re: Two applications respond to the same intent

2008-11-27 Thread Thao
Hello, Regarding the package name, I have explicitly change the name, but in the real manifest I have a unique package with my company's name. Indeed when copy/paste I have forgot the tag, but in the program there is no error at compile. I'll would like to ask the question differently, maybe I'

[android-developers] Re: Two applications respond to the same intent

2008-11-26 Thread Dianne Hackborn
I don't see anything in that manifest that could possibly cause your app to run in the acore process, so I am very confused by that. Some other comments: On Wed, Nov 26, 2008 at 12:20 PM, Thao <[EMAIL PROTECTED]> wrote: > http://schemas.android.com/apk/res/android"; > package="www.mypackage

[android-developers] Re: Two applications respond to the same intent

2008-11-26 Thread Thao
Hi Dianne, This is my manifest : http://schemas.android.com/apk/res/android"; package="www.mypackage.com" android:versionCode="1" android:versionName="1.0.0" > android:icon="@drawable/fleches" android:label="@string/app_name">

[android-developers] Re: Two applications respond to the same intent

2008-11-26 Thread Thao
Hi Dianne, This is my manifest : http://schemas.android.com/apk/res/android"; package="www.mypackage.com" android:versionCode="1" android:versionName="1.0.0" > android:icon="@drawable/fleches" android:label="@string/app_name">

[android-developers] Re: Two applications respond to the same intent

2008-11-26 Thread Dianne Hackborn
What is the manifest for your application? Note that addPackageToPreferred() was not intended to be in the final system, and it will be turned off in a future release (it is an old simpler way to manage preferred applications, which deeply conflicts with the current intent-based model). On Wed, N