Versions in this module Expand all Collapse all v0 v0.1.0 Jun 3, 2023 Changes in this version + type Aab struct + func OpenFile(filename string) (apk *Aab, err error) + func OpenZipReader(r io.ReaderAt, size int64) (*Aab, error) + func (a *Aab) Close() error + func (a *Aab) Icon(config *pb.Configuration) (image.Image, error) + func (a *Aab) Label(config *pb.Configuration) string + func (a *Aab) Manifest() *Manifest + func (a *Aab) PackageName() string + type Application struct + Icon string + Label string + type Manifest struct + App Application + Package string + VersionCode int64 + VersionName string