¡@

Home 

2014/10/16 ¤W¤È 08:11:20

android Programming Glossary: compname

How to unlock screen programmatically?

http://stackoverflow.com/questions/14352648/how-to-unlock-screen-programmatically

enable static final int RESULT_ENABLE 1 DevicePolicyManager deviceManger ActivityManager activityManager ComponentName compName @Override public void onCreate Bundle savedInstanceState super.onCreate savedInstanceState setContentView R.layout.main.. Context.DEVICE_POLICY_SERVICE activityManager ActivityManager getSystemService Context.ACTIVITY_SERVICE compName new ComponentName this MyAdmin.class setContentView R.layout.main lock Button findViewById R.id.lock lock.setOnClickListener.. this @Override public void onClick View v if v lock boolean active deviceManger.isAdminActive compName if active deviceManger.lockNow if v enable Intent intent new Intent DevicePolicyManager .ACTION_ADD_DEVICE_ADMIN intent.putExtra..