2014-01-26 27 views

回答

6
  • 编辑9/22/2014:这不适用于一些三星手机 我想通过挖掘一些Android的源代码来做到这一点。
final Intent intent = new Intent(Intent.ACTION_MAIN); 
intent.setClassName("com.android.systemui", "com.android.systemui.Somnambulator"); 
startActivity(intent); 

Sample app available here