summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2009-10-13 17:05:45 -0700
committerRomain Guy <romainguy@android.com>2009-10-13 17:05:45 -0700
commita56ce01d5f2e831ad4a5ada54a3c10f8075e4921 (patch)
treec3b10e4528f034b0b4d86d3be467fc7f9656044e /AndroidManifest.xml
parent863fd1d0c9c7ade2c8eb29ae3d642377c0fec673 (diff)
downloadandroid_packages_wallpapers_Basic-a56ce01d5f2e831ad4a5ada54a3c10f8075e4921.tar.gz
android_packages_wallpapers_Basic-a56ce01d5f2e831ad4a5ada54a3c10f8075e4921.tar.bz2
android_packages_wallpapers_Basic-a56ce01d5f2e831ad4a5ada54a3c10f8075e4921.zip
Enable computation of the real sunrise/sunset times in Grass.
Change-Id: I6fce63645f204774b9bfde0cee625c71fa78e1a7
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fdd3052..685ec59 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,6 +21,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wallpaper">
+ <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
+
<application
android:label="@string/wallpapers"
android:icon="@drawable/ic_launcher_wallpaper">