commit | 1106faf2cf9c98fa47c2429fd7cb5d7e96a14091 | [log] [tgz] |
---|---|---|
author | Marie Matheson <mmatheson@google.com> | Mon Feb 14 20:33:57 2022 +0000 |
committer | Marie Matheson <mmatheson@google.com> | Mon Feb 14 20:33:57 2022 +0000 |
tree | 1b6ff67c1c11286f7ff51bf2389021cd1d2d7379 | |
parent | bf6a2c8136294ee732b2ee69a623163c72b482c1 [diff] [blame] |
Send safety center status on boot Bug: 215517959 Test: atest SettingsUnitTests Change-Id: Id34d68063b2bacd07c932b294b36546160384e92
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 92dfbe5..7665af3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -4367,6 +4367,7 @@ android:exported="true"> <intent-filter> <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/> + <action android:name="android.intent.action.BOOT_COMPLETED"/> </intent-filter> </receiver>