summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-01-12 15:17:25 -0800
committerKenny Root <kroot@google.com>2011-01-12 15:17:25 -0800
commit8c6dfd8b11954ac6ab7a85b3db45cbcc7e9d8b42 (patch)
tree908ea1c27962ae1748ec52a19cf4bcdf2ff66388 /res
parent9fb403beef24339913ce0e0d545a83fd102caf5b (diff)
downloadandroid_packages_apps_PackageInstaller-8c6dfd8b11954ac6ab7a85b3db45cbcc7e9d8b42.tar.gz
android_packages_apps_PackageInstaller-8c6dfd8b11954ac6ab7a85b3db45cbcc7e9d8b42.tar.bz2
android_packages_apps_PackageInstaller-8c6dfd8b11954ac6ab7a85b3db45cbcc7e9d8b42.zip
Filter touches that are obscurbed
Don't allow the "Install" button to be clicked when the window is obscured by something else. Bug: 3346330 Change-Id: Ice8a2954578e21204a41287d53d584beb5937aba
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/install_confirm.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index 026116c1..ca5dbd0d 100755
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -105,6 +105,7 @@
android:layout_weight="1"
android:text="@string/install"
android:maxLines="2"
+ android:filterTouchesWhenObscured="true"
style="?android:attr/buttonBarButtonStyle" />
<Button android:id="@+id/cancel_button"