From 71e03b9979b5ee4c30daa7eb0a704ec92b38431b Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Fri, 21 Feb 2014 14:09:53 -0800 Subject: 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 | 32 -------------------------------- res/values/strings.xml | 12 ------------ 2 files changed, 44 deletions(-) delete mode 100644 res/layout/custom_workspace_cling.xml (limited to 'res') diff --git a/res/layout/custom_workspace_cling.xml b/res/layout/custom_workspace_cling.xml deleted file mode 100644 index 3744f2e4b..000000000 --- a/res/layout/custom_workspace_cling.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - diff --git a/res/values/strings.xml b/res/values/strings.xml index 2c6306a56..9cb6c293b 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -252,18 +252,6 @@ s --> Folder: %1$s - - - - - - - - - - - - * HPROF -- cgit v1.2.3