Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55512cd0 authored by John Eckerdal's avatar John Eckerdal Committed by Zoran Jovanovic
Browse files

Contacts should not share user with ContactsProvider

Revoking a permission in Contacts would also revoke it in the
ContactsProvider. This is not desirable. Thus we "unshare" them.

Change-Id: Ibc2bb20decaa2806829ffee9fa4e83983e031fb1
parent 3f99e9f1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.contacts"
    android:sharedUserId="android.uid.shared">
    package="com.android.contacts">

    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="23" />
    <original-package android:name="com.android.contacts" />