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

Commit ece26083 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '5458-hide_simtoolkit' into 'master'

Hide sim toolkit app

See merge request !100
parents 51eafc74 3906c317
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ public class AppProvider {
    private static final String PDF_VIEWER_PACKAGE = "foundation.e.pdfviewer";
    private static final String OPENKEYCHAIN_PACKAGE = "org.sufficientlysecure.keychain";
    private static final String LIBREOFFICE_PACKAGE = "org.documentfoundation.libreoffice";
    private static final String SIM_TOOLKIT = "com.android.stk";

    public static HashSet<String> DISABLED_PACKAGES = new HashSet<>();

@@ -94,6 +95,7 @@ public class AppProvider {
        DISABLED_PACKAGES.add(PDF_VIEWER_PACKAGE);
        DISABLED_PACKAGES.add(OPENKEYCHAIN_PACKAGE);
        DISABLED_PACKAGES.add(LIBREOFFICE_PACKAGE);
        DISABLED_PACKAGES.add(SIM_TOOLKIT);
    }

    private static final String TAG = "AppProvider";