Loading services/core/java/com/android/server/pm/UserRestrictionsUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
services/core/java/com/android/server/pm/UserRestrictionsUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } } Loading