Merge "Send ACTION_DEVICE_POLICY_MANAGER_STATE_CHANGED Broadcast when a user restriction has been changed." into lmp-mr1-dev

This commit is contained in:
Benjamin Franz
2014-10-28 16:13:03 +00:00
committed by Android (Google) Code Review

View File

@@ -4788,6 +4788,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
Slog.e(LOG_TAG, "Failed to talk to AudioService.", re);
}
}
sendChangedNotification(userHandle);
}
}