Modifying protection level for READ_WRITE_ALL_VOICEMAIL
Change-Id: I6279cd2164fa1dda437d58a4c43841396031cc2e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6ea3f0e..a239275 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,7 +8,7 @@
android:label="@string/read_write_all_voicemail_label"
android:description="@string/read_write_all_voicemail_description"
android:permissionGroup="android.permission-group.PERSONAL_INFO"
- android:protectionLevel="signature"
+ android:protectionLevel="system|signature"
/>
<uses-permission android:name="android.permission.READ_CONTACTS" />