summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2017-11-13 14:35:47 -0800
committerXin Li <delphij@google.com>2017-11-13 14:35:47 -0800
commite40c69aeb5f48e3501102901a156e6e0d6f9a0fa (patch)
treedd4344c75df47ffd2aa3aafe7d7b6fcb238af25f
parent9df2c8bf9ccfdccd7917e0bd40b6203fe2c673c3 (diff)
parentfa602a3820800d656675e77ac7b0b717515da1ac (diff)
downloadTimeZoneUpdater-e40c69aeb5f48e3501102901a156e6e0d6f9a0fa.tar.gz
Merge commit 'fa602a3820800d656675e77ac7b0b717515da1ac' into HEAD
Change-Id: Ibcc78496925a355ddfdc38b603d8363771688d9c
-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>