有没有办法通过Intent在应用程序中重现此功能?我没有白日梦服务,但我想让用户开始他们喜欢的白日梦.
final Intent intent = new Intent(Intent.ACTION_MAIN); intent.setClassName("com.android.systemUI","com.android.systemUI.Somnambulator"); startActivity(intent);
Sample app available here.