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

Commit 851660a0 authored by Zheng Fu's avatar Zheng Fu Committed by Android (Google) Code Review
Browse files

Merge "Add permissions to read/write contacts metadata"

parents 7014529b 37ba4411
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 -->
    <!-- ================================== -->