From ffa4d669486809bccaf84a105ded763e2c23e4c9 Mon Sep 17 00:00:00 2001 From: rachytski Date: Mon, 21 May 2012 21:23:20 +0400 Subject: [PATCH] don't recreate DownloadResourcesActivity upon screen orientation change. --- android/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index d23df6d030..09c30e1d50 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -47,7 +47,8 @@ + android:noHistory="true" + android:configChanges="orientation">