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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user