diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index e33ecb89d9dd..d4a166038e8e 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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" |