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

Commit 37ba4411 authored by Zheng Fu's avatar Zheng Fu
Browse files

Add permissions to read/write contacts metadata

Bug: 20537162
Change-Id: I5e12857e62635fccec52447404363bf0f1507594
parent 096a75eb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -686,6 +686,16 @@
    <!-- INSTALLTIME PERMISSIONS                                                -->
    <!-- ====================================================================== -->

`   <!-- =========================================== -->
    <!-- Permissions for accessing contact metadata -->
    <!-- =========================================== -->
    <eat-comment />

    <!-- @SystemApi Allows an application to read/write contact metadata.
         <p>Not for use by third-party applications. -->
    <permission android:name="android.permission.READ_WRITE_CONTACT_METADATA"
        android:protectionLevel="signature|system" />

    <!-- ================================== -->
    <!-- Permissions for accessing messages -->
    <!-- ================================== -->