Get apk file icon, version, name

后端 未结 5 908
粉色の甜心
粉色の甜心 2020-12-04 11:52

Is there a way I can get application name, application version and application icon, for the package that is not yet installed? (for some apk file on sdcard

5条回答
  •  离开以前
    2020-12-04 12:08

    I can get apk icon, version, name by using getPackageArchiveInfo(archiveFilePath, flags) and getApplicationIcon (ApplicationInfo info)

提交回复
热议问题