Hi,

I am trying to replace the default contacts view, but I get a Security
Exception.

java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.android.contacts/
com.android.contacts.DialtactsActivity}:
java.lang.SecurityException: Requesting code from
com.swisscom.addrbook.test (with uid 10017) to be run in process
android.process.shared (with uid 10004)

I guess, it has something to do that the Contacts Application uses the
TabActivity and each Activity in the tab runs in different processes.
Is there any way how to solve that?

I was using this intent-filter

<intent-filter >
          <action
android:name="com.android.contacts.action.LIST_DEFAULT" />
         <category android:name="android.intent.category.DEFAULT" />
</intent-filter>


Regards,
Reto


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to