summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-29 20:06:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-29 20:06:44 +0000
commitae8b7636bf8fb41273f2e5728299ac0d829a2ec4 (patch)
tree3bb0ae4021912449c99b3f57cf89402e9512a8b9
parent36b631cd7a20520170b25b0b8747b9a4532189e8 (diff)
parent63902e98c57294e632a2233bbc94c340aec453e8 (diff)
downloadTimeZoneUpdater-oreo-m7-release.tar.gz
Change-Id: I0289c61e42300542a3198b2072aecd879ebdc12e
-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>