I have made a java plugin for a unity game that turns music back on when the screen is unlocked. On Android 2.3.3 it works without problem but I am getting complains that it crashes the game under And
I need to lock the Android phone when the user leaves a defined WiFi area I need t开发者_StackOverflow中文版o prevent the user from unlocking the phone when he/she is out side the defined WiFi area
I know this issue has been discussed before as in: Enable iPhone accelerometer while screen is locked
I just discovered this application : https://market.android.com/details?id=de.j4velin.lockscreenCalendar
I am looking for the png\'s of the music controls that appear on the lockscreen of CyanogenMOD roms, can anybody help me?
I\'ve been working on push notifications and I am able to implement it and display it on s开发者_开发知识库tatus bar, the problem I am facing is that I want to display it even if the phone is lock, Un
Is there anyway to prevent users from sliding the status bar (expand) or collapsing back? I\'m trying out a lockscreen replacement and seems like it\'s a must-have feature. Is there any possible way
I am trying to disable the keyguard when SCREEN_ON is trigged. The following code is in a service run by the broadcast receiver of ACTION_SCREEN_ON:
I need to lock my phone without using the device physical button.I created an Activity that contains a Button. Clicking the Button should lock the phone (i.e it should be like this http://www.freeimag
This question already has answers here: Closed 11 years ago. Possible Duplicate: how to programmaticaly lock screen android