gbox-sdk
    Preparing search index...

    Android pkg activity

    interface Activity {
        className: string;
        isExported: boolean;
        isLauncher: boolean;
        isMain: boolean;
        name: string;
        packageName: string;
    }
    Index

    Properties

    className: string

    Activity class name

    isExported: boolean

    Activity class name

    isLauncher: boolean

    Whether the activity is a launcher activity. Launcher activities appear in the device's pkg launcher/home screen and can be directly launched by the user.

    isMain: boolean

    Whether the activity is the main activity. Main activity is the entry point of the pkg and is typically launched when the pkg is started.

    name: string

    Activity name

    packageName: string

    Activity package name