2014-01-26 28 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