Loading policy/com/android/internal/policy/impl/GlobalActions.java +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac Settings.System.AIRPLANE_MODE_ON, on ? 1 : 0); Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING); intent.putExtra("state", on); mContext.sendBroadcast(intent); } Loading policy/com/android/internal/policy/impl/KeyguardViewMediator.java +1 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback, mKeyguardViewProperties, mUpdateMonitor); mUserPresentIntent = new Intent(Intent.ACTION_USER_PRESENT); mUserPresentIntent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING); } /** Loading Loading
policy/com/android/internal/policy/impl/GlobalActions.java +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac Settings.System.AIRPLANE_MODE_ON, on ? 1 : 0); Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING); intent.putExtra("state", on); mContext.sendBroadcast(intent); } Loading
policy/com/android/internal/policy/impl/KeyguardViewMediator.java +1 −0 Original line number Diff line number Diff line Loading @@ -267,6 +267,7 @@ public class KeyguardViewMediator implements KeyguardViewCallback, mKeyguardViewProperties, mUpdateMonitor); mUserPresentIntent = new Intent(Intent.ACTION_USER_PRESENT); mUserPresentIntent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING); } /** Loading