summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-09-23 08:06:35 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-09-23 08:06:35 +0000
commit479b99b495503cd25977ceae7a857cd74cb239c4 (patch)
tree3bb0ae4021912449c99b3f57cf89402e9512a8b9
parent9068f0ef3f597f2f1b82c91d5e2c4309d6b9ec29 (diff)
parent96b823aa484b590f2d17f415575d413d2acd5176 (diff)
downloadTimeZoneUpdater-479b99b495503cd25977ceae7a857cd74cb239c4.tar.gz
release-request-03f8b444-32f4-4a37-b710-3464560b2e0d-for-git_pi-release-4357195 snap-temp-L45800000105591912
Change-Id: I5d38fdc45bf6996deffbf5b8a3b1646b3cec298d
-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>