summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2a1aadb..9793f2d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,7 +16,7 @@
android:permission="android.permission.SEND_CALL_LOG_CHANGE">
<!-- Sent when the call log changes. We use it to trigger a backup request. -->
<intent-filter>
- <action android:name="android.intent.action.CALL_LOG_CHANGE" />
+ <action android:name="com.android.internal.action.CALL_LOG_CHANGE" />
</intent-filter>
</receiver>
</application>