diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/attrs_manifest.xml | 6 | ||||
| -rw-r--r-- | data/etc/privapp-permissions-platform.xml | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index e62c54650e37..911f22dfe120 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -4318,7 +4318,7 @@ <p>Not for use by third-party applications. --> <permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" - android:protectionLevel="signature|privileged|recents" /> + android:protectionLevel="signature|recents" /> <uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" /> <!-- Allows an application to broadcast a notification that an application diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 0185714dc342..bb2665584600 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -2486,7 +2486,8 @@ <attr name="singleUser" /> <attr name="directBootAware" /> <attr name="visibleToInstantApps" /> - <!-- The code for this component is located in the given split. --> + <!-- The code for this component is located in the given split. + @deprecated Do not use it. This is not supported. --> <attr name="splitName" /> </declare-styleable> @@ -2602,7 +2603,8 @@ must also be {@link android.R.attr#exported} if this flag is set. --> <attr name="externalService" format="boolean" /> <attr name="visibleToInstantApps" /> - <!-- The code for this component is located in the given split. --> + <!-- The code for this component is located in the given split. + @deprecated Do not use it. This is not supported. --> <attr name="splitName" /> <!-- If true, and this is an {@link android.R.attr#isolatedProcess} service, the service will be spawned from an Application Zygote, instead of the regular Zygote. diff --git a/data/etc/privapp-permissions-platform.xml b/data/etc/privapp-permissions-platform.xml index 82b4961c8029..eb5e0a251b64 100644 --- a/data/etc/privapp-permissions-platform.xml +++ b/data/etc/privapp-permissions-platform.xml @@ -69,7 +69,6 @@ applications that come with the platform <privapp-permissions package="com.android.launcher3"> <permission name="android.permission.WRITE_SECURE_SETTINGS"/> - <permission name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS"/> </privapp-permissions> <privapp-permissions package="com.android.location.fused"> |