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

Commit 3906c317 authored by Suphon Thanakornpakapong's avatar Suphon Thanakornpakapong
Browse files

Hide sim toolkit app

parent 6866ac55
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";