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

Commit f481d6a4 authored by Benjamin Franz's avatar Benjamin Franz Committed by Android Git Automerger
Browse files

am 22fd4e36: am f5c00c1c: Merge "Send...

am 22fd4e36: am f5c00c1c: Merge "Send ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED Broadcast when a user restriction has been changed." into lmp-mr1-dev automerge: 58523698

* commit '22fd4e36':
  Send ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED Broadcast when a user restriction has been changed.
parents c8987132 22fd4e36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4788,6 +4788,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                    Slog.e(LOG_TAG, "Failed to talk to AudioService.", re);
                }
            }
            sendChangedNotification(userHandle);
        }
    }