Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5f97392 authored by yuemingw's avatar yuemingw Committed by android-build-merger
Browse files

Merge "Intent.ACTION_AIRPLANE_MODE_CHANGED should have a boolean extra." into pi-dev

am: e9b491bd

Change-Id: I2fcc2320165fc4ffa8b44f4f891b85c43284e424
parents affc3087 e9b491bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -559,7 +559,7 @@ public class UserRestrictionsUtils {
                                    android.provider.Settings.Global.AIRPLANE_MODE_ON, 0);
                            // Post the intent.
                            Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
                            intent.putExtra("state", 0);
                            intent.putExtra("state", false);
                            context.sendBroadcastAsUser(intent, UserHandle.ALL);
                        }
                    }