[android-developers] lockNow() doesnot work as expected on LG ally and Droid X which are verizon devices

2011-02-21 Thread JAVANAND
Hi friends, I am using the DevicePolicyManager api code as in the Device admin sample code, for my application, when I do force lock using lockNow() method, the device locks, but its not password protected it unlocks on sliding. I have set the password for the device lock, even then it is not prom

[android-developers] Re: Want to confirm that app is in background due to Home Key press

2010-08-31 Thread JAVANAND
HI San and Flying coder, onUserLeaveHint is called whenever the activity is supposed to be paused due to user action. Whether it Home Or Navigation to another activity screen( caused due to user action). Except for incoming calls or SMS. Thanks Sumanth On Aug 31, 4:15 pm, San wrote: > You are r

[android-developers] Re: Want to confirm that app is in background due to Home Key press

2010-08-31 Thread JAVANAND
MARK, I want To know because, I am implementing licensing, and I want to check when the user tries to launch the app each time , I want it to go thru the licensing. hope I am clear Thanks Sumanth On Aug 31, 4:39 am, AJ wrote: > Thanks Mark :) > > On Aug 31, 3:46 pm, Mark Murphy wrote: > > > On T

[android-developers] Want to confirm that app is in background due to Home Key press

2010-08-31 Thread JAVANAND
My app requires to know whether the entire app is in Background state , which in most cases is due to Home Key, I want to just to know if home key is pressed or not in the app, Can any one guide me on this. Thanks Sumanth -- You received this message because you are subscribed to the Google Grou