summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9ce7e3e..8c84e0b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,7 +29,8 @@
<application
android:label="@string/application_name"
- android:icon="@mipmap/ic_launcher_live_wallpaper">
+ android:icon="@mipmap/ic_launcher_live_wallpaper"
+ android:supportsRtl="true" >
<activity android:name="LiveWallpaperActivity"
android:label="@string/live_wallpaper_picker_label"