summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index be6408d6b..88981d175 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -267,17 +267,6 @@
<uses-library android:name="com.google.android.media.effects"
android:required="false" />
- <activity android:name="com.android.gallery3d.app.SlideshowDream"
- android:label="@string/slideshow_dream_name"
- android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
- android:hardwareAccelerated="true">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.DREAM" />
- </intent-filter>
- </activity>
-
<activity android:name="com.android.gallery3d.settings.GallerySettings"
android:theme="@style/Theme.Gallery"
android:configChanges="orientation|keyboardHidden|screenSize" />