Merge "Fix title used for financed device info in Settings" into tm-dev
This commit is contained in:
@@ -77,6 +77,10 @@ public class EnterprisePrivacySettings extends DashboardFragment {
|
|||||||
public void onCreate(Bundle icicle) {
|
public void onCreate(Bundle icicle) {
|
||||||
super.onCreate(icicle);
|
super.onCreate(icicle);
|
||||||
|
|
||||||
|
if (mPrivacySettingsPreference instanceof PrivacySettingsFinancedPreference) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
replaceEnterprisePreferenceScreenTitle(
|
replaceEnterprisePreferenceScreenTitle(
|
||||||
MANAGED_DEVICE_INFO, R.string.enterprise_privacy_settings);
|
MANAGED_DEVICE_INFO, R.string.enterprise_privacy_settings);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user