summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 92fda98b..921fe4ac 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -43,6 +43,9 @@
<service android:name="CellBroadcastConfigService"
android:exported="false" />
+ <service android:name="CellBroadcastAlertReminder"
+ android:exported="false" />
+
<provider android:name="CellBroadcastContentProvider"
android:authorities="cellbroadcasts"
android:readPermission="android.permission.READ_CELL_BROADCASTS" />