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

Commit e8914d2b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Do not disable Open Network Notifications setting on profile change."

parents a76876c4 bf80a14d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -414,13 +414,6 @@ public class UserRestrictionsUtils {
        final long id = Binder.clearCallingIdentity();
        try {
            switch (key) {
                case UserManager.DISALLOW_CONFIG_WIFI:
                    if (newValue) {
                        android.provider.Settings.Secure.putIntForUser(cr,
                                android.provider.Settings.Global
                                        .WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0, userId);
                    }
                    break;
                case UserManager.DISALLOW_DATA_ROAMING:
                    if (newValue) {
                        // DISALLOW_DATA_ROAMING user restriction is set.