Send initial airplane mode status to Context Hub
Bug: 166845383 Test: Flash, verify setting gets sent on boot Change-Id: Ief850d6e0e1750b60cc8e4ff83b2208b41c3fb5b
This commit is contained in:
@@ -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 */,
|
||||
|
||||
Reference in New Issue
Block a user