Unlock Android phone programmatically?
问题 I want to write the code on how to unlock the Android Phone programmatically. I want lock or unlock the phone when the user taps the proximity sensor. public class MyActivity extends Activity{ private static final String ACTION = "android.intent.action.ACTION_SCREEN_OFF"; BroadcastReceiver myReceiver; Context context; @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); context = this; final IntentFilter