Hi,

I have one launcher app  & one child app.

I want my child app to be launched only from the Launcher app.
To achieve this ,I have used one permission attribute in the child app
manifest file as follows--

<permission android:description="@string/launch"
android:label="@string/launch"
android:name="com.AUTH_PERMISSION"
android:protectionLevel="signature"  />

Both launcher app & child apps are signed with same certificate.

I have one more app which is signed with different certificate & using
this app, I tried to launch previous child app & child app is
successfully launched.

Can anybody tell me why child app is launched from unknown app which
is signed with different certificate or I am
android:protectionLevel="signature" wrong way???

Regards,
Bunty Sayyad

-- 
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]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to