summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authord34d <clark@cyngn.com>2014-08-29 08:50:39 -0700
committerd34d <clark@cyngn.com>2014-08-29 08:52:53 -0700
commit808c76b501fa561ff455f3814ec91f21dd087a51 (patch)
tree4cb2d05a6c080be869854b5f48f4059d798ea5f0 /AndroidManifest.xml
parent18a8da670df5d97763f05ccf8bd1f172870f4d55 (diff)
downloadpackages_apps_ThemeChooser-808c76b501fa561ff455f3814ec91f21dd087a51.tar.gz
packages_apps_ThemeChooser-808c76b501fa561ff455f3814ec91f21dd087a51.tar.bz2
packages_apps_ThemeChooser-808c76b501fa561ff455f3814ec91f21dd087a51.zip
Animate content in if we are resuming from the launcher
Change-Id: Id631d75b8bc14530a75feda43090bba3732e52f4
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1e1b8eb..bc5b024 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,6 +16,9 @@
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
+ <!-- Used to see if we are resuming from the launcher -->
+ <uses-permission android:name="android.permission.GET_TASKS" />
+
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />