Merge "Switch to use new activity title handling."
This commit is contained in:
committed by
Android (Google) Code Review
commit
f8091755e7
@@ -85,7 +85,7 @@ public abstract class InstrumentedPreferenceFragment extends ObservablePreferenc
|
||||
}
|
||||
|
||||
public static boolean usePreferenceScreenTitle() {
|
||||
return FeatureFlagUtils.isEnabled(FEATURE_FLAG_USE_PREFERENCE_SCREEN_TITLE);
|
||||
return FeatureFlagUtils.isEnabled(FEATURE_FLAG_USE_PREFERENCE_SCREEN_TITLE) || true;
|
||||
}
|
||||
|
||||
protected final Context getPrefContext() {
|
||||
|
||||
Reference in New Issue
Block a user