Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

Request: add a field to tell which kind of APK we have #120

@AndroidDeveloperLB

Description

@AndroidDeveloperLB

I suggest to add a field that says which kind this APK file is :

  • A normal standalone APK - true if not of the other types mentioned below.
  • A base APK of split apks - true if apkFile.apkMeta.isSplitRequired is true or in case it's not defined, if in "application" tag there is a "meta-data" with name that is com.android.vending.splits"
  • A split APK - true if apkFile.apkMeta.split is not null

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions