Loading services/accessibility/java/com/android/server/accessibility/FlashNotificationsController.java +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ class FlashNotificationsController { broadcastFilter.addAction(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); mFlashBroadcastReceiver = new FlashBroadcastReceiver(); mContext.registerReceiver( mFlashBroadcastReceiver, broadcastFilter, Context.RECEIVER_EXPORTED); mFlashBroadcastReceiver, broadcastFilter, Context.RECEIVER_NOT_EXPORTED); final PowerManager powerManager = mContext.getSystemService(PowerManager.class); mWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, WAKE_LOCK_TAG); Loading Loading
services/accessibility/java/com/android/server/accessibility/FlashNotificationsController.java +1 −1 Original line number Diff line number Diff line Loading @@ -255,7 +255,7 @@ class FlashNotificationsController { broadcastFilter.addAction(ACTION_FLASH_NOTIFICATION_STOP_PREVIEW); mFlashBroadcastReceiver = new FlashBroadcastReceiver(); mContext.registerReceiver( mFlashBroadcastReceiver, broadcastFilter, Context.RECEIVER_EXPORTED); mFlashBroadcastReceiver, broadcastFilter, Context.RECEIVER_NOT_EXPORTED); final PowerManager powerManager = mContext.getSystemService(PowerManager.class); mWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, WAKE_LOCK_TAG); Loading