apktools

package
v0.0.0-...-f2ad861 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2017 License: Apache-2.0 Imports: 11 Imported by: 0

README

go_apkInfo

初学用golang获取apk相关信息(改用aapt效率更高)

输出结果就这样了:

==============================================

发现安装包: /Users/songxiaokang/work/src/go_apkInfo/test.apk

应用名: 学数学

图标: /Users/songxiaokang/work/src/go_apkInfo/test/res/mipmap-xhdpi-v4/ic_launcher.png

包名称: com.g127.m

应用授权:

版本号: 1

版本名: 1.0

==============================================

发现安装包: /Users/songxiaokang/work/src/go_apkInfo/test2.apk

应用名: Apk Extractor

图标: /Users/songxiaokang/work/src/go_apkInfo/test2/res/drawable-xhdpi-v4/ic_launcher.png

包名称: com.ext.ui

应用授权:

	 android.permission.WAKE_LOCK
	 android.permission.WRITE_EXTERNAL_STORAGE
	 android.permission.READ_EXTERNAL_STORAGE
	 android.permission.INTERNET
	 android.permission.ACCESS_NETWORK_STATE
	 com.android.vending.BILLING
	 com.google.android.c2dm.permission.RECEIVE
	 com.ext.ui.permission.C2D_MESSAGE

版本号: 14028

版本名: 4.2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type String

type String struct {
	Name  string `xml:"name,attr"`
	Value string `xml:",innerxml"`
}

Jump to

Keyboard shortcuts

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