summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2013-10-09 10:36:55 -0400
committerChris Wren <cwren@android.com>2013-10-09 12:41:09 -0400
commite523e70f75ff90ca5d613fb8398d37208e6cd32d (patch)
tree849f515794cd8efa34ad3382d756d50b7cecf1a1 /src/com/android/launcher3/LauncherModel.java
parentd706e0a8133a3a570013b7512c593845850a0f1f (diff)
downloadandroid_packages_apps_Trebuchet-e523e70f75ff90ca5d613fb8398d37208e6cd32d.tar.gz
android_packages_apps_Trebuchet-e523e70f75ff90ca5d613fb8398d37208e6cd32d.tar.bz2
android_packages_apps_Trebuchet-e523e70f75ff90ca5d613fb8398d37208e6cd32d.zip
move the provider authority to a config class
Bug: 10816034 Change-Id: I68364081f039f94205b805a1510eb04e6f0f40a2
Diffstat (limited to 'src/com/android/launcher3/LauncherModel.java')
-rw-r--r--src/com/android/launcher3/LauncherModel.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/LauncherModel.java b/src/com/android/launcher3/LauncherModel.java
index d1819e14d..7e1442dce 100644
--- a/src/com/android/launcher3/LauncherModel.java
+++ b/src/com/android/launcher3/LauncherModel.java
@@ -1623,6 +1623,7 @@ public class LauncherModel extends BroadcastReceiver {
final ArrayList<Long> itemsToRemove = new ArrayList<Long>();
final Uri contentUri = LauncherSettings.Favorites.CONTENT_URI;
+ if (DEBUG_LOADERS) Log.d(TAG, "loading model from " + contentUri);
final Cursor c = contentResolver.query(contentUri, null, null, null, null);
// +1 for the hotseat (it can be larger than the workspace)