On Thu, Nov 1, 2012 at 5:35 AM, Kondlada <karthik.kondl...@gmail.com> wrote: > I am having parent Application who has to install child > application which has protection level signatures in manifest file such that > the application can be run from parent app store. > > > The issue is when we use Implicit Intent to invoke application installer > activity after installing the application it has two button's to show OPEN > AND DONE. Open button has to be disabled or has to catch the receiver action > such that default open action should not work as it get crashes because of > manifest protection level.
You would need to not advertise a MAIN/LAUNCHER activity in your manifest. Then, the Open button might be disabled. You need to do this anyway, because if the Open button cannot launch the app, then neither can an arbitrary home screen implementation, and users will encounter the same sort of crash when tapping on the icon there. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Localized Android Question-and-Answer Sites: http://www.andglobe.com -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en