summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2011-01-12 15:20:16 -0800
committerKenny Root <kroot@google.com>2011-01-12 15:20:16 -0800
commitd43c5209c61656cbe02b58f2a15d83f1081b8649 (patch)
tree4fe66e0492c8cb33d11d4c40836ecf678bc9128a
parentc5a7acfd459fdbc2310319bd27c754d2d3036811 (diff)
downloadandroid_packages_apps_PackageInstaller-d43c5209c61656cbe02b58f2a15d83f1081b8649.tar.gz
android_packages_apps_PackageInstaller-d43c5209c61656cbe02b58f2a15d83f1081b8649.tar.bz2
android_packages_apps_PackageInstaller-d43c5209c61656cbe02b58f2a15d83f1081b8649.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: I9e39dbe8d4ff88bb88854188fa9960f784276036
-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 268a744e..00eee8c3 100755
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -81,6 +81,7 @@
android:layout_width="0dip"
android:layout_height="wrap_content"
android:layout_weight="1"
+ android:filterTouchesWhenObscured="true"
android:text="@string/install"
/>