PackageInfoCompat
Helper for accessing features in PackageInfo.
Functions
Link copied to clipboard
Return versionCode and versionCodeMajor combined together as a single long value.
Link copied to clipboard
open fun getSignatures(@NonNull packageManager: PackageManager, @NonNull packageName: String): List<Signature>
Retrieve the Signature array for the given package.
Link copied to clipboard