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

Commit 8d0fcf03 authored by Karthik Bharadwaj's avatar Karthik Bharadwaj Committed by Automerger Merge Worker
Browse files

Merge "Update Sending Settings Changed Notifications" into sc-dev am: 90509067

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13961728

Change-Id: If85c0e26ddcb94532f4dcfa9b0785a7fd015e211
parents 37537273 90509067
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -691,6 +691,7 @@ public class ContextHubService extends IContextHubService.Stub {
            sendLocationSettingUpdate();
            sendLocationSettingUpdate();
            sendWifiSettingUpdate(true /* forceUpdate */);
            sendWifiSettingUpdate(true /* forceUpdate */);
            sendAirplaneModeSettingUpdate();
            sendAirplaneModeSettingUpdate();
            sendMicrophoneDisableSettingUpdateForCurrentUser();


            mTransactionManager.onHubReset();
            mTransactionManager.onHubReset();
            queryNanoAppsInternal(contextHubId);
            queryNanoAppsInternal(contextHubId);
@@ -1123,6 +1124,7 @@ public class ContextHubService extends IContextHubService.Stub {
     */
     */
    public void onUserChanged() {
    public void onUserChanged() {
        Log.d(TAG, "User changed to id: " + getCurrentUserId());
        Log.d(TAG, "User changed to id: " + getCurrentUserId());
        sendLocationSettingUpdate();
        sendMicrophoneDisableSettingUpdateForCurrentUser();
        sendMicrophoneDisableSettingUpdateForCurrentUser();
    }
    }
}
}