OSDN Git Service

Fix issue where clings didn't appear after set up wizard (issue 13077829)
authorAdam Cohen <adamcohen@google.com>
Fri, 21 Feb 2014 22:09:53 +0000 (14:09 -0800)
committerAdam Cohen <adamcohen@google.com>
Fri, 21 Feb 2014 22:37:53 +0000 (14:37 -0800)
commit71e03b9979b5ee4c30daa7eb0a704ec92b38431b
treeb1e77f84fa954cc3903532bbd4fd52738dd99f03
parent36c123ec6b74be058702a37e8a01702b505da5c1
Fix issue where clings didn't appear after set up wizard (issue 13077829)

-> Also removed the db-created as a criteria for showing the clings
   (this was a bit problematic in some cases and going forward)
-> Instead, we use database upgrade as a signal to not show the clings.
   This is used instead of the above criteria (to prevent old users from
   seeing the migration cling and losing their data.)
-> Stripped some old code related to custom clings that's no longer used.

Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
res/layout/custom_workspace_cling.xml [deleted file]
res/values/strings.xml
src/com/android/launcher3/LauncherClings.java
src/com/android/launcher3/LauncherProvider.java