gbox-sdk
    Preparing search index...

    Interface InstallAndroidAppByFile

    interface InstallAndroidAppByFile {
        apk: Uploadable;
        open?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    APK file to install (max file size: 512MB)

    open?: boolean

    Whether to open the app after installation. Will find and launch the launcher activity of the installed app. If there are multiple launcher activities, only one will be opened. If the installed APK has no launcher activity, this parameter will have no effect.