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:
Arthur Ishiguro
2020-10-22 07:51:15 -07:00
parent 922b08b634
commit 3c90b16f7c

View File

@@ -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 */,