summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2017-09-22 10:44:07 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-22 10:44:07 +0000
commit96b823aa484b590f2d17f415575d413d2acd5176 (patch)
tree3bb0ae4021912449c99b3f57cf89402e9512a8b9
parent9aa9079aa811ac07552ba258a021a849cd5c4e63 (diff)
parentfa602a3820800d656675e77ac7b0b717515da1ac (diff)
downloadTimeZoneUpdater-96b823aa484b590f2d17f415575d413d2acd5176.tar.gz
Track change to intent name in frameworks/base am: 68d8dad557
am: fa602a3820 Change-Id: Ic9b3e0d080b4097507c7a6d5f638057507c1bb78
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 872c68b..a3665a9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,7 @@
android:permission="android.permission.TRIGGER_TIME_ZONE_RULES_CHECK"
android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.timezone.TRIGGER_RULES_UPDATE_CHECK" />
+ <action android:name="com.android.intent.action.timezone.TRIGGER_RULES_UPDATE_CHECK" />
</intent-filter>
</receiver>