summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2010-11-06 14:22:10 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-11-06 14:22:10 -0700
commit97c81fa7c55d1a40d1d92787bdb6b157f26993b0 (patch)
tree54a88ff99c28f1192146a807b811c6d191ed0a7d
parent6ec94ea36c96da07ca63fa62e0b478618de45b0b (diff)
parent2906ad26866f433e665970df8e2dc8f9b60879ae (diff)
downloadGallery3D-97c81fa7c55d1a40d1d92787bdb6b157f26993b0.tar.gz
am 2906ad26: Allows the movie view to change orientation and not use fixed landscape mode
* commit '2906ad26866f433e665970df8e2dc8f9b60879ae': Allows the movie view to change orientation and not use fixed landscape mode
-rw-r--r--AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aff00fd..33e6397 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -94,8 +94,6 @@
</activity>
<activity android:name="com.cooliris.media.MovieView"
android:label="@string/movie_view_label"
- android:screenOrientation="landscape"
- android:configChanges="orientation|keyboardHidden"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.VIEW" />