am 4514aa24: Merge "Moving the focus indicator instantly to the target position, instead of begining the next animation from the middle." into ub-now-queens

* commit '4514aa24c814b2c6c408b852f0d972a2d537af75':
  Moving the focus indicator instantly to the target position, instead of begining the next animation from the middle.
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();
 }