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

Commit 054ca07f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Define a permission to read emergency info name"

parents 27bdcf1d 3f523d2b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3995,6 +3995,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"