summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-11-10 08:24:51 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-10 08:24:51 -0800
commitb7c0cb73d913a2523f22c684ce730b86c2b9f047 (patch)
treeac4b036b24ca399d8559cfbc80aa805827c75f79
parent97c81fa7c55d1a40d1d92787bdb6b157f26993b0 (diff)
parentcee7f831205fb7b29a05199fc0c32ee459fde3b1 (diff)
downloadGallery3D-b7c0cb73d913a2523f22c684ce730b86c2b9f047.tar.gz
am cee7f831: Orientation change should not trigger the video playback to start from the very beginning.
* commit 'cee7f831205fb7b29a05199fc0c32ee459fde3b1': Orientation change should not trigger the video playback to start from the very beginning.
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 33e6397..889ae41 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -94,6 +94,7 @@
</activity>
<activity android:name="com.cooliris.media.MovieView"
android:label="@string/movie_view_label"
+ android:configChanges="orientation|keyboardHidden"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.VIEW" />