summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8d28a7cfd..d379df85d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -128,6 +128,13 @@
</intent-filter>
</activity>
<activity
+ android:name="com.android.photos.AlbumActivity"
+ android:configChanges="keyboardHidden|orientation|screenSize"
+ android:theme="@style/Theme.Photos.Gallery"
+ android:uiOptions="splitActionBarWhenNarrow"
+ android:exported="false">
+ </activity>
+ <activity
android:name="com.android.gallery3d.app.Gallery"
android:label="@string/app_name"
android:configChanges="keyboardHidden|orientation|screenSize">