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

Commit ad62f631 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Revert "Dispatch global settings changes to all users."" into pi-dev

parents b16affc4 542266d2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2774,9 +2774,7 @@ public class SettingsProvider extends ContentProvider {
        }

        private void notifyForSettingsChange(int key, String name) {
            final int userId = isGlobalSettingsKey(key)
                    ? UserHandle.USER_ALL : getUserIdFromKey(key);

            final int userId = getUserIdFromKey(key);
            Uri uri = getNotificationUriFor(key, name);

            mGenerationRegistry.incrementGeneration(key);