On Fri, Nov 4, 2011 at 2:42 AM, Ash <[email protected]> wrote: > We have developed an application for a rooted Android 2.2. The application > starts automatically after Android is booted and continues to run forever. > There is no way for the user to exit the application (unless the app crashes > for any reason). > We are able to update the application using the Android installer > programmatically. The question is at the end of the installation, the user > is presented with 2 options - Open or Done. > The problem is that if the user clicks on Done, then Android will take the > user to the main menu which is what we want to avoid. > Is there any way to disable the 'done' button
Not from the SDK. > or are there any alternatives > to upgrading the software and then either rebooting the device or > re-launching the application? Write your own firmware. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

