From b02a61c4065225b2ab5149d13464afaf46c24c4a Mon Sep 17 00:00:00 2001 From: Fiouz Date: Fri, 10 Jun 2011 22:44:48 +0200 Subject: [PATCH] Don't keep the folder choice activity in navigation history This let the user go back to the 'main' activity he was in before attempting a folder choice (instead of the folder choice activity itself which could be confusing) when using long-press HOME from another application --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 42b93cc38..2380ef9b7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -136,6 +136,7 @@ android:theme="@style/Theme.K9Dialog" android:label="@string/choose_folder_title" android:configChanges="locale" + android:noHistory="true" >