summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>