summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorgkipnis <gkipnis@cyngn.com>2015-11-13 15:03:34 -0800
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-12-08 14:52:47 -0800
commitdbcecc682dcde13911e8373056d933762e8aefca (patch)
tree87e17b44fb5d868ffffb43b7a0cc454eab5907da /AndroidManifest.xml
parent3d4deaf5320efb43600e2f5fff783f07b9f244b4 (diff)
downloadandroid_packages_apps_Messaging-dbcecc682dcde13911e8373056d933762e8aefca.tar.gz
android_packages_apps_Messaging-dbcecc682dcde13911e8373056d933762e8aefca.tar.bz2
android_packages_apps_Messaging-dbcecc682dcde13911e8373056d933762e8aefca.zip
Added local blacklist and framework blacklist database synchronization
Local blacklist DB acts as a WriteThrough cache of the FW blacklist DB. 1. At the App startup time, the local DB is initialized with FW DB values. 2. A ContentObserver is registered to monitor FW Blacklist DB 3. Updates to local DB are also passed to the FW DB Change-Id: I56e1965884c383782710c90563940d75a17a7264
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8fe8fae..3266bd2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -48,6 +48,11 @@
<uses-permission android:name="android.permission.DOWNLOAD_WITHOUT_NOTIFICATION" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
+ <uses-permission android:name="android.permission.READ_PHONE_BLACKLIST" />
+ <uses-permission android:name="android.permission.CHANGE_PHONE_BLACKLIST" />
+
+
+
<!-- Optional features -->
<uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-feature android:name="android.hardware.camera.front" android:required="false" />