mPowerManager = (PowerManager)getSystemService(Context.POWER_SERVICE);
mPowerManager.goToSleep(SystemClock.uptimeMillis());需要 android:sharedUserId="android.uid.system"
mPowerManager = (PowerManager)getSystemService(Context.POWER_SERVICE);
mPowerManager.goToSleep(SystemClock.uptimeMillis());需要 android:sharedUserId="android.uid.system"