summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-08-06 16:08:03 -0400
committerJason Monk <jmonk@google.com>2015-08-07 12:43:02 -0400
commit5c07dcb0698725e7949b030665d21f96c916f3b8 (patch)
tree52ef0f442d18c0b5f21e0425704ecd43c88ac77f /AndroidManifest.xml
parentcea90ebdaf0156d4796735f9581982a545c81b31 (diff)
downloadandroid_packages_apps_PackageInstaller-5c07dcb0698725e7949b030665d21f96c916f3b8.tar.gz
android_packages_apps_PackageInstaller-5c07dcb0698725e7949b030665d21f96c916f3b8.tar.bz2
android_packages_apps_PackageInstaller-5c07dcb0698725e7949b030665d21f96c916f3b8.zip
Show warning when touches are being blocked by overlays
Bug: 22317719 Change-Id: I5f6526bcce382ae6fabe32d3f8842567d8dc8701
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 072a1222..9120e7ec 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -89,6 +89,10 @@
</intent-filter>
</activity>
+ <activity android:name=".permission.ui.OverlayWarningDialog"
+ android:excludeFromRecents="true"
+ android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar" />
+
<receiver android:name=".permission.model.PermissionStatusReceiver"
android:permission="android.permission.GRANT_RUNTIME_PERMISSIONS">
<intent-filter>