This is an automated email from the git hooks/post-receive script. unknown user pushed a commit to branch devel in repository Say My Texts. commit 1850763d446b5faee710b97fb3a44e2e1822772d Author: kmorin <kmorin@2d65e43e-0f24-4770-8739-84cc4fd997b9> Date: Thu May 8 20:46:31 2014 +0000 add rotation management --- AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f9d8f06..df9b9ab 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -29,7 +29,8 @@ <activity android:name=".SettingsActivity" android:label="@string/app_name" - android:launchMode="singleTop"> + android:launchMode="singleTop" + android:configChanges="orientation|screenSize|keyboardHidden"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> @@ -53,7 +54,8 @@ android:theme="@android:style/Theme.Holo.Dialog" android:launchMode="singleInstance" android:excludeFromRecents="true" - android:finishOnTaskLaunch="true" /> + android:finishOnTaskLaunch="true" + android:configChanges="orientation|screenSize|keyboardHidden"/> <receiver android:name=".SayMyTextsWidgetProvider" > <intent-filter> -- To stop receiving notification emails like this one, please contact Chorem.org SCM administrator <admin+scm@chorem.org>.