manifest

package
v0.0.0-...-64249c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2023 License: MPL-2.0 Imports: 7 Imported by: 1

Documentation

Overview

Package manifest : Provides manipulation on an Android manifest file to retrieve or change some information in it.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IconName

func IconName(pkgname string) string

IconName : Parse the Android application manifest file in order to retrieve the icon's name in order to later be able to work on it.

Types

type Application

type Application struct {
	Icon        string `xml:"icon,attr"`
	AllowBackup string `xml:"allowBackup,attr"`
}

Application :

type Manifest

type Manifest struct {
	Application Application `xml:"application"`
}

Manifest :

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL