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