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

Commit 02184244 authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

Merge "Change to add STK_PERMISSION for stk related commands." into mnc-dev

parents dfd93c69 59acd140
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -1204,12 +1204,16 @@
    <permission android:name="android.permission.BIND_TELECOM_CONNECTION_SERVICE"
    <permission android:name="android.permission.BIND_TELECOM_CONNECTION_SERVICE"
        android:protectionLevel="system|signature" />
        android:protectionLevel="system|signature" />



    <!-- @SystemApi Allows an application to control the in-call experience.
    <!-- @SystemApi Allows an application to control the in-call experience.
         @hide -->
         @hide -->
    <permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE"
    <permission android:name="android.permission.CONTROL_INCALL_EXPERIENCE"
        android:protectionLevel="system|signature" />
        android:protectionLevel="system|signature" />


    <!-- Allows an application to receive STK related commands.
         @hide -->
    <permission android:name="android.permission.RECEIVE_STK_COMMANDS"
        android:protectionLevel="system|signature" />

    <!-- ================================== -->
    <!-- ================================== -->
    <!-- Permissions for sdcard interaction -->
    <!-- Permissions for sdcard interaction -->
    <!-- ================================== -->
    <!-- ================================== -->