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

Commit 9fc312cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clarify capabilities granted by CALL_PHONE permission." into udc-dev...

Merge "Clarify capabilities granted by CALL_PHONE permission." into udc-dev am: 3eb9626b am: d018293a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22650512



Change-Id: I0c44bc7ef0e4abe397bdd05747d501700fdb212a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 3f3b79fa d018293a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1466,6 +1466,9 @@

    <!-- Allows an application to initiate a phone call without going through
        the Dialer user interface for the user to confirm the call.
        <p>
        <em>Note: An app holding this permission can also call carrier MMI codes to change settings
        such as call forwarding or call waiting preferences.
        <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.CALL_PHONE"
+2 −1
Original line number Diff line number Diff line
@@ -1452,7 +1452,8 @@
      without your intervention. This may result in unexpected charges or calls.
      Note that this doesn\'t allow the app to call emergency numbers.
      Malicious apps may cost you money by making calls without your
      confirmation.</string>
      confirmation, or dial carrier codes which cause incoming calls to be
      automatically forwarded to another number.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_accessImsCallService">access IMS call service</string>