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

Commit e2445740 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Change MANAGE_OWN_CALLS permission to be a "normal" permission." into oc-dev

parents 4d09adce bde7b4aa
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -826,16 +826,6 @@
        android:description="@string/permdesc_callPhone"
        android:protectionLevel="dangerous" />

    <!-- Allows an application to manage its own calls, but rely on the system to route focus to the
         currently active call.
        <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.MANAGE_OWN_CALLS"
        android:permissionGroup="android.permission-group.PHONE"
        android:label="@string/permlab_manageOwnCalls"
        android:description="@string/permdesc_manageOwnCalls"
        android:protectionLevel="dangerous" />

    <!-- Allows an application to access the IMS call service: making and
         modifying a call
        <p>Protection level: signature|privileged
@@ -923,6 +913,16 @@
        android:description="@string/permdesc_answerPhoneCalls"
        android:protectionLevel="dangerous|runtime" />

    <!-- Allows a calling application which manages it own calls through the self-managed
         {@link android.telecom.ConnectionService} APIs.  See
         {@link android.telecom.PhoneAccount#CAPABILITY_SELF_MANAGED for more information on the
         self-managed ConnectionService APIs.
         <p>Protection level: normal
    -->
    <permission android:name="android.permission.MANAGE_OWN_CALLS"
                android:label="@string/permlab_manageOwnCalls"
                android:description="@string/permdesc_manageOwnCalls"
                android:protectionLevel="normal" />

    <!-- ====================================================================== -->
    <!-- Permissions for accessing the device microphone                        -->