summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2020-07-06 21:54:51 -0700
committerGreg Kaiser <gkaiser@google.com>2020-07-07 04:58:57 +0000
commit8f490e21c928c6b298f0a374d24494906396462e (patch)
tree7e0b3aab971fe7224a9fb589bbce93d325373266
parent6f5d4bb8ab5cee74de5b82e8db2c2957cbda3296 (diff)
downloadLauncher3-8f490e21c928c6b298f0a374d24494906396462e.tar.gz
Go Launcher: Fix icon placement retention
We need dbFile set when MULTI_DB_GRID_MIRATION_ALGO is in use. This was set for other launchers, but not the Go launcher. Bug: 157557047 Test: Built, flashed, moved icons on home screen, rebooted, and confirmed icons retained their position. Change-Id: Icfcb56e00a8ac2f74e5f7a1957fd46cee5cb8b5b
-rw-r--r--go/res/xml/device_profiles.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/go/res/xml/device_profiles.xml b/go/res/xml/device_profiles.xml
index 0fd0eebfb9..0c7eba31bd 100644
--- a/go/res/xml/device_profiles.xml
+++ b/go/res/xml/device_profiles.xml
@@ -24,6 +24,7 @@
launcher:numFolderRows="4"
launcher:numFolderColumns="4"
launcher:numHotseatIcons="4"
+ launcher:dbFile="launcher.db"
launcher:defaultLayoutId="@xml/default_workspace_4x4" >
<display-option
@@ -36,4 +37,4 @@
</grid-option>
-</profiles> \ No newline at end of file
+</profiles>