am b2331f66: Merge "Create a central list of files the Launcher writes to the app directory" into ub-now-queens
* commit 'b2331f6601d26cf042e70070e1ef32fe06827f4d':
Create a central list of files the Launcher writes to the app directory
diff --git a/src/com/android/launcher3/config/ProviderConfig.java b/src/com/android/launcher3/config/ProviderConfig.java
index db25076..e8930d0 100644
--- a/src/com/android/launcher3/config/ProviderConfig.java
+++ b/src/com/android/launcher3/config/ProviderConfig.java
@@ -18,5 +18,5 @@
public class ProviderConfig {
- public static final String AUTHORITY = "com.android.launcher3.settings";
+ public static final String AUTHORITY = "com.android.launcher3.settings".intern();
}