Loading services/core/java/com/android/server/location/ContextHubService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 */, Loading Loading
services/core/java/com/android/server/location/ContextHubService.java +1 −0 Original line number Diff line number Diff line Loading @@ -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 */, Loading