public interface AndroidUtil
| Modifier and Type | Method and Description |
|---|---|
default net.dongliu.apk.parser.bean.ApkMeta |
getApkMetadata(File apk) |
default String |
getApkPackageName(File apk) |
default int |
getApkVersionCode(File apk) |
default AppFileMetadata |
getAppFileMetadata(File file) |
default int getApkVersionCode(File apk) throws IOException
IOExceptiondefault String getApkPackageName(File apk) throws IOException
IOExceptiondefault AppFileMetadata getAppFileMetadata(File file) throws IOException
IOExceptiondefault net.dongliu.apk.parser.bean.ApkMeta getApkMetadata(File apk) throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.