Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoIcon = errors.New("icon not found")
)
Functions ¶
This section is empty.
Types ¶
type AppInfo ¶
type AppInfo struct {
Name string
BundleId string
Version string
VersionCode string
Build string
Icon image.Image
Size int64
MainActivity string
}
func NewAppParser ¶
type PkgInfo ¶ added in v1.0.2
type PkgInfo struct {
PackageName string `json:"packageName"`
MainActivity string `json:"mainActivity"`
Label string `json:"label"`
VersionName string `json:"versionName"`
VersionCode int `json:"versionCode"`
Size int64 `json:"size"`
Icon image.Image `json:"-"`
}
func NewAPKParser ¶ added in v1.0.2
Click to show internal directories.
Click to hide internal directories.