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

Commit 90509067 authored by Karthik Bharadwaj's avatar Karthik Bharadwaj Committed by Android (Google) Code Review
Browse files

Merge "Update Sending Settings Changed Notifications" into sc-dev

parents afe90e57 21a6f2d5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -691,6 +691,7 @@ public class ContextHubService extends IContextHubService.Stub {
            sendLocationSettingUpdate();
            sendWifiSettingUpdate(true /* forceUpdate */);
            sendAirplaneModeSettingUpdate();
            sendMicrophoneDisableSettingUpdateForCurrentUser();

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