summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuei-sung Lin <rslin@google.com>2011-09-19 14:33:17 +0800
committerRuei-sung Lin <rslin@google.com>2011-09-30 10:53:15 -0700
commit103febb6c83c96c356dde7c388f4faeffb5a9a11 (patch)
tree11ead8048e7e33fdd539a8d56d9b848f72e36eb6
parent7f837851834bfba59d40320829b943fe87615f20 (diff)
downloadandroid_packages_apps_Snap-103febb6c83c96c356dde7c388f4faeffb5a9a11.tar.gz
android_packages_apps_Snap-103febb6c83c96c356dde7c388f4faeffb5a9a11.tar.bz2
android_packages_apps_Snap-103febb6c83c96c356dde7c388f4faeffb5a9a11.zip
facelift in gallery
Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
-rw-r--r--AndroidManifest.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 846cae6fa..11e59abd2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -204,12 +204,13 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
+ <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"
- >
+ 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" />