Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,7 @@ public class SecureCameraLaunchManager { public void run() { Intent intent = new Intent(); intent.setAction(CLOSE_CAMERA_ACTION_NAME); intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); mContext.sendBroadcast(intent); } }); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/SecureCameraLaunchManager.java +1 −0 Original line number Diff line number Diff line Loading @@ -175,6 +175,7 @@ public class SecureCameraLaunchManager { public void run() { Intent intent = new Intent(); intent.setAction(CLOSE_CAMERA_ACTION_NAME); intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT); mContext.sendBroadcast(intent); } }); Loading