[android-developers] Re: Disable the screen lock when the Android OS startup

2010-07-02 Thread CMF
Um, I am not sure whether the question is related to porting Android OS into an embedded systems. I think there is a way to disable the screen lock when developing the app... On Jul 2, 5:24 pm, Mark Murphy mmur...@commonsware.com wrote: On Fri, Jul 2, 2010 at 5:02 AM, CMF manf...@gmail.com

[android-developers] Re: Disable the screen lock when the Android OS startup

2010-07-02 Thread Al Sutton
The answer from non-porting standpoint is no. If a user wants a lock screen the user gets the lock screen and your app won't be allowed to take precedence. Marks pointer to the -porting list is because if you implement Android for your platform you may find people on that list who've done the

Re: [android-developers] Re: Disable the screen lock when the Android OS startup

2010-07-02 Thread Mark Murphy
On Fri, Jul 2, 2010 at 6:33 AM, Al Sutton a...@funkyandroid.com wrote: The answer from non-porting standpoint is no. If a user wants a lock screen the user gets the lock screen and your app won't be allowed to take precedence. Marks pointer to the -porting list is because if you implement