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

Commit 3f523d2b authored by Billy Chi's avatar Billy Chi
Browse files

Define a permission to read emergency info name

Define com.android.emergency.permission.READ_EMERGENCY_INFO_NAME permission for an application to read emergency info name.

Test: Build pass.
Bug: 80406149
Change-Id: I85ec6cc857efcc06e95dac53ab293798f97e4e4f
parent acda839b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3989,6 +3989,11 @@
    <permission android:name="android.permission.DISABLE_HIDDEN_API_CHECKS"
                android:protectionLevel="signature" />

    <!-- Allows an application to read emergency info name.
         @hide <p>Not for use by third-party applications. -->
    <permission android:name="com.android.emergency.permission.READ_EMERGENCY_INFO_NAME"
                android:protectionLevel="signature" />

    <application android:process="system"
                 android:persistent="true"
                 android:hasCode="false"