aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6ab086f1..d8ec9a9b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -20,12 +20,18 @@
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.USE_RESERVED_DISK" />
<uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
+ <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS" />
<permission
android:name="android.permission.SEND_CALL_LOG_CHANGE"
android:label="Broadcast that a change happened to the call log."
android:protectionLevel="signature|system"/>
+ <permission
+ android:name="android.contacts.permission.MANAGE_SIM_ACCOUNTS"
+ android:label="Change known SIM accounts in ContactsProvider."
+ android:protectionLevel="signature"/>
+
<application android:process="android.process.acore"
android:label="@string/app_label"
android:allowBackup="false"
@@ -79,12 +85,6 @@
android:exported="true">
</provider>
- <provider android:name="ContactMetadataProvider"
- android:authorities="com.android.contacts.metadata"
- android:multiprocess="false"
- android:exported="true">
- </provider>
-
<!-- Handles database upgrades after OTAs, then disables itself -->
<receiver android:name="ContactsUpgradeReceiver"
android:exported="true">