diff --git a/services/core/java/com/android/server/location/ContextHubService.java b/services/core/java/com/android/server/location/ContextHubService.java index b6e0bc6e069de..7a2e4ed3cc0b8 100644 --- a/services/core/java/com/android/server/location/ContextHubService.java +++ b/services/core/java/com/android/server/location/ContextHubService.java @@ -244,6 +244,7 @@ public class ContextHubService extends IContextHubService.Stub { } if (mContextHubWrapper.supportsAirplaneModeSettingNotifications()) { + sendAirplaneModeSettingUpdate(); mContext.getContentResolver().registerContentObserver( Settings.Global.getUriFor(Settings.Global.AIRPLANE_MODE_ON), true /* notifyForDescendants */,