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

Commit 1b664fe7 authored by Fang Yunong's avatar Fang Yunong Committed by Gerrit - the friendly Code Review server
Browse files

Hide the accounts which added for data pack

There are some accounts created as for QGP data pack, hide them.

Change-Id: I1e6cfa594075cbde37f1e974264c71274d7d655f
CRs-fixed: 1056105
parent c5b62ad4
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
@@ -1089,6 +1089,31 @@
        <item>com.qualcomm.qti.RIDL</item>
        <item>com.android.localphone</item>
        <item>com.android.sim</item>
        <item>com.android.wanadoo</item>
        <item>com.android.orangemail</item>
        <item>com.android.correoorange</item>
        <item>com.android.orangemobile</item>
        <item>com.android.multibox</item>
        <item>com.android.belgacom</item>
        <item>com.android.skynet</item>
        <item>com.android.telenet</item>
        <item>com.android.scarlet</item>
        <item>com.android.euphony</item>
        <item>com.android.voo</item>
        <item>com.android.tele2</item>
        <item>com.android.versatel</item>
        <item>com.android.tiscali</item>
        <item>com.android.swing</item>
        <item>com.android.versatelasdl</item>
        <item>com.android.brutele</item>
        <item>com.android.teledisnet</item>
        <item>com.android.tvcablenet</item>
        <item>com.android.mobistar</item>
        <item>com.android.vodafone</item>
        <item>com.android.hotmail</item>
        <item>com.android.sapo</item>
        <item>com.android.netcabo</item>
        <item>com.android.clix</item>
        <item>com.android.alice</item>
        <item>com.android.yahoo</item>
        <item>com.android.outlook</item>
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@
    <!-- Whether to show a preference item for the manual in About phone -->
    <bool name="config_show_manual">false</bool>

    <!-- only one provider that matches,flag show one email -->
    <bool name="config_show_email">true</bool>

    <!-- Whether to show a preference item for regulatory information in About phone -->
    <bool name="config_show_regulatory_info">false</bool>

+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ public class ChooseAccountActivity extends SettingsPreferenceFragment {
        }

        final Context context = getPreferenceScreen().getContext();
        if (mProviderList.size() == 1) {
        if (mProviderList.size() == 1 && getResources().getBoolean(R.bool.config_show_email)) {
            // There's only one provider that matches. If it is disabled by admin show the
            // support dialog otherwise run it.
            EnforcedAdmin admin = RestrictedLockUtils.checkIfAccountManagementDisabled(