Merge "Prevent the inlining of ProviderConfig.AUTHORITY" into ub-now-master

This commit is contained in:
Vikram Aggarwal
2014-09-25 20:26:02 +00:00
committed by Android (Google) Code Review
@@ -18,5 +18,5 @@ package com.android.launcher3.config;
public class ProviderConfig {
public static final String AUTHORITY = "com.android.launcher3.settings";
public static final String AUTHORITY = "com.android.launcher3.settings".intern();
}