[tx-robot] updated from transifex
[pub/Android/ownCloud.git] / AndroidManifest.xml
index 8700e58..f6d3472 100644 (file)
@@ -51,7 +51,7 @@
         <activity
             android:name=".ui.activity.FileDisplayActivity"
             android:label="@string/app_name"
-            android:configChanges="orientation" >
+            >
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
         
         <activity      
             android:name=".ui.preview.PreviewImageActivity" 
-            android:configChanges="orientation" />
+            />
                        
         <activity      
             android:name=".ui.preview.PreviewVideoActivity"
                        android:label="@string/app_name"
                        android:theme="@style/Theme.ownCloud.Fullscreen" 
-                       android:configChanges="orientation">
+                       >
                </activity>        
 
         <service