Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1df4487 authored by Salud Lemus's avatar Salud Lemus
Browse files

Fix title used for financed device info in Settings

The title for the financed device info page in Settings changes to
"Managed device info" instead of "Financed device info"

Bug: 236259020
Test: Manual test

Change-Id: Ica6d990e8dada28b643a5523ec284c18d4af89d2
parent 73276b3c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);