summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2011-09-29 17:02:34 -0700
committerTom Taylor <tomtaylor@google.com>2011-09-29 17:02:34 -0700
commit196c357fe3f8ba4702450d734f7f718f2243c8d4 (patch)
tree48afe80bdbe65429d93dcaff9c382afc7d84e40c /AndroidManifest.xml
parent9a5644d10866a44dc407846ef0543e9e72813c02 (diff)
downloadMms-196c357fe3f8ba4702450d734f7f718f2243c8d4.tar.gz
Slideshow playback stops when you rotate device
Bug 5393106 Change-Id: I134ca97145208d9b606928c19c12df39108f618b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a18a8918..a1780e9c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -159,6 +159,7 @@
<activity android:name=".ui.SlideshowActivity"
android:noHistory="true"
+ android:configChanges="orientation|screenSize|keyboardHidden"
android:theme="@style/MmsHoloTheme"
android:label="@string/slideshow_activity">
</activity>