08/10: add rotation management
This is an automated email from the git hooks/post-receive script. New commit to branch devel in repository say-my-texts. See http://git.chorem.org/say-my-texts.git commit 4ebccb5bab434a240e85faad0d8223a2734e87db Author: Kevin Morin <morin@codelutin.com> 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>.
participants (1)
-
chorem.org scm