[android-developers] Regarding Application is not installed alert
Hi All,
Actually I have one launcher with some child apps.
I have given permission in all child apps so that only my launcher can launch them as follows
<permission android:name="android.permission.LAUNCH_KONY_POLICYINJECTED_APPS" android:protectionLevel="signature"/>
Tat is working fine. So with above, if any other application not signed with same keystore of child apps & not having required permission will get Permission denial exception while trying to launch the child apps .
Now my doubt is when I click any of installed child Apps in the phone application menu, I am getting Alert saying that "Application is not installed.."
Tat is a expected behavior.
But is there any way to customize that Alert message instead I want to display my alert message like "Plz launch from my launcher app".
--
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home