Merge "Prevent the inlining of ProviderConfig.AUTHORITY" into ub-now-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
974976cc03
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user