summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-08-23 12:35:00 -0400
committerChris Wren <cwren@android.com>2012-08-27 17:24:07 -0400
commit20e2554251954f6757462ab13470c1ebdcfba62e (patch)
treef59a6950d556a49e25d651be8cc0f416eafdf52c /AndroidManifest.xml
parentf6f66d42dad21cfddc46bff6265731948153cce0 (diff)
downloadandroid_packages_screensavers_PhotoTable-20e2554251954f6757462ab13470c1ebdcfba62e.tar.gz
android_packages_screensavers_PhotoTable-20e2554251954f6757462ab13470c1ebdcfba62e.tar.bz2
android_packages_screensavers_PhotoTable-20e2554251954f6757462ab13470c1ebdcfba62e.zip
Photo Table V2
+ Add ability to manipulate images. + Handle device rotations with more grace. + support device-specific scaling factors Change-Id: Ie53ae7dc41225501437f0a77f5ccda1a8a92069f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 114a8ef..9e6fbc1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4,7 +4,10 @@
>
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
-
+
+ <uses-feature android:name="android.hardware.touchscreen.multitouch.distinct"
+ android:required="false" />
+
<application
android:label="@string/app_name"
android:icon="@mipmap/icon"