summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/config
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/config
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/config')
-rw-r--r--src/com/android/launcher3/config/ProviderConfig.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/com/android/launcher3/config/ProviderConfig.java b/src/com/android/launcher3/config/ProviderConfig.java
new file mode 100644
index 000000000..db25076ea
--- /dev/null
+++ b/src/com/android/launcher3/config/ProviderConfig.java
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2013 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.launcher3.config;
+
+public class ProviderConfig {
+
+ public static final String AUTHORITY = "com.android.launcher3.settings";
+}