diff options
author | Adam Powell <adamp@google.com> | 2011-08-14 17:16:37 -0700 |
---|---|---|
committer | Adam Powell <adamp@google.com> | 2011-08-14 17:16:37 -0700 |
commit | d42bc52030f3ab9d5e215033916cfee0b6e05bcc (patch) | |
tree | ad9acd54ebbbf683571ee3e967ea94068e2cf0bd /core | |
parent | 52727fc38aaf6821bac6adf33235f154139638d0 (diff) | |
download | frameworks_base-d42bc52030f3ab9d5e215033916cfee0b6e05bcc.zip frameworks_base-d42bc52030f3ab9d5e215033916cfee0b6e05bcc.tar.gz frameworks_base-d42bc52030f3ab9d5e215033916cfee0b6e05bcc.tar.bz2 |
Fix bug 4981687 - WiFi connection dialog should dismiss when tapped outside.
Be more forceful in how we allow touch outside to dismiss in
non-fullscreen situations. Dialogs will be canceled. Activities will
be finished.
Change-Id: I041a60501319829a2214f9249d154d5513049a0f
Diffstat (limited to 'core')
-rwxr-xr-x | core/res/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 73443a0..3f67d1b 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -89,7 +89,7 @@ <!-- Whether dialogs should close automatically when the user touches outside of them. This should not normally be modified. --> - <bool name="config_closeDialogWhenTouchOutside">false</bool> + <bool name="config_closeDialogWhenTouchOutside">true</bool> <!-- The duration (in milliseconds) that the radio will scan for a signal when there's no network connection. If the scan doesn't timeout, use zero --> @@ -396,7 +396,7 @@ If unlock screen is disabled, the puk should be unlocked through Emergency Dialer --> <bool name="config_enable_puk_unlock_screen">false</bool> - <!-- Control the behavior when the user long presses the power button. + <!-- Control the behavior when the user long presses the home button. 0 - Nothing 1 - Recent apps dialog 2 - Recent apps view in SystemUI |