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

Commit 4c3854c6 authored by Amit Kumar's avatar Amit Kumar 💻
Browse files

Merge branch 'disable-pdf-viewer' into features/ui-ux-improvements

parents f53ba85a dadc1286
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public class AppProvider {

    private static final String MICROG_PACKAGE = "com.google.android.gms";
    private static final String MUPDF_PACKAGE = "com.artifex.mupdf.mini.app";
    private static final String PDF_VIEWER_PACKAGE = "com.gsnathan.pdfviewer";
    private static final String OPENKEYCHAIN_PACKAGE = "org.sufficientlysecure.keychain";
    private static final String LIBREOFFICE_PACKAGE = "org.documentfoundation.libreoffice";

@@ -90,6 +91,7 @@ public class AppProvider {
    static {
        DISABLED_PACKAGES.add(MICROG_PACKAGE);
        DISABLED_PACKAGES.add(MUPDF_PACKAGE);
        DISABLED_PACKAGES.add(PDF_VIEWER_PACKAGE);
        DISABLED_PACKAGES.add(OPENKEYCHAIN_PACKAGE);
        DISABLED_PACKAGES.add(LIBREOFFICE_PACKAGE);
    }