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) {
|
||||
super.onCreate(icicle);
|
||||
|
||||
if (mPrivacySettingsPreference instanceof PrivacySettingsFinancedPreference) {
|
||||
return;
|
||||
}
|
||||
|
||||
replaceEnterprisePreferenceScreenTitle(
|
||||
MANAGED_DEVICE_INFO, R.string.enterprise_privacy_settings);
|
||||
|
||||
|
Reference in New Issue
Block a user