From ec54997a04307887b709c607808dace00df2f138 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 23 Sep 2009 22:24:22 -0700 Subject: [PATCH] Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off These dialogs should clear. Change-Id: Ie78212c1bd112d1f2f7a05f2d23eb9b5c9f02131 --- AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 21e4dc2d131..939305795bb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -480,7 +480,8 @@ + android:theme="@*android:style/Theme.Dialog.Alert" + android:finishOnCloseSystemDialogs="true"> @@ -583,7 +584,8 @@ + android:theme="@*android:style/Theme.Dialog.Alert" + android:finishOnCloseSystemDialogs="true">