summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a5d677..5688e7f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -26,14 +26,14 @@
<uses-permission android:name="android.permission.SET_WALLPAPER_COMPONENT" />
<uses-permission android:name="android.permission.BIND_WALLPAPER" />
-
+
<application
android:label="@string/application_name"
android:icon="@drawable/ic_launcher_live_wallpaper">
<activity android:name="LiveWallpaperActivity"
android:icon="@drawable/ic_launcher_live_wallpaper"
- android:label="@string/live_wallpaper_picker_title"
+ android:label="@string/live_wallpaper_picker_label"
android:theme="@style/LivePickerTheme"
android:hardwareAccelerated="true">
<intent-filter>