OSDN Git Service

Launcher3: add default wallpaper picker
authorbohu <bohu@google.com>
Tue, 17 Jan 2017 16:41:16 +0000 (08:41 -0800)
committerbohu <bohu@google.com>
Tue, 17 Jan 2017 16:41:16 +0000 (08:41 -0800)
Launcher3 has a bug in choosing the appropriate wallpaper picker,
give it a default one to workaround.

BUG: 34277051
Change-Id: I58a744e98f5f2ed85e9cfeef3f7692a4615c980f

overlay/packages/apps/Launcher3/res/values/config.xml [new file with mode: 0644]

diff --git a/overlay/packages/apps/Launcher3/res/values/config.xml b/overlay/packages/apps/Launcher3/res/values/config.xml
new file mode 100644 (file)
index 0000000..27e4102
--- /dev/null
@@ -0,0 +1,4 @@
+<resources>
+    <!-- Package name of the default wallpaper picker. -->
+    <string name="wallpaper_picker_package" translatable="false">com.android.wallpaper.livepicker</string>
+</resources>