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

Commit e1ffada2 authored by Pavel Zhamaitsiak's avatar Pavel Zhamaitsiak Committed by android-build-merger
Browse files

Merge "Change UCE permissions from dangerous to signatureOrSystem" into nyc-dev

am: f3f7965e

* commit 'f3f7965e':
  Change UCE permissions from dangerous to signatureOrSystem

Change-Id: Iff556a4758ddcc5c2e28edd491cdc969d36d4a0b
parents c662c0fa f3f7965e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -845,14 +845,14 @@
    -->
    <permission android:name="android.permission.ACCESS_UCE_PRESENCE_SERVICE"
        android:permissionGroup="android.permission-group.PHONE"
        android:protectionLevel="dangerous"/>
        android:protectionLevel="signatureOrSystem"/>

    <!-- @hide Allows an application to Access UCE-OPTIONS.
         <p>Protection level: dangerous
    -->
    <permission android:name="android.permission.ACCESS_UCE_OPTIONS_SERVICE"
        android:permissionGroup="android.permission-group.PHONE"
        android:protectionLevel="dangerous"/>
        android:protectionLevel="signatureOrSystem"/>