gbox-sdk
    Preparing search index...

    Interface AndroidListPkgParams

    interface AndroidListPkgParams {
        pkgType?: ("system" | "thirdParty")[];
        runningFilter?: ("running" | "notRunning")[];
    }
    Index

    Properties

    pkgType?: ("system" | "thirdParty")[]

    Package type: system or thirdParty, default is thirdParty

    runningFilter?: ("running" | "notRunning")[]

    Filter pkgs by running status: running (show only running pkgs), notRunning (show only non-running pkgs). Default is all