You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
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
I suggest to add a field that says which kind this APK file is :
apkFile.apkMeta.isSplitRequiredis 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"apkFile.apkMeta.splitis not null