Switch to use new activity title handling.
Bug: 64564191 Test: make RunSettingsRoboTests Change-Id: I66894c1541ea483ab4fe4b1b68ba5f94b9a5e210
This commit is contained in:
@@ -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