Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hsiafan committed Jan 23, 2019
1 parent 28a8452 commit cd9a28b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Apk parser lib, for decoding binary xml file, getting apk meta info.

Table of Contents
=================

* [Features](#features)
* [Get apk-parser](#get-apk-parser)
* [Usage](#usage)
* [1. Apk info](#1-apk-info)
* [2. Get binary xml and manifest xml file](#2-get-binary-xml-and-manifest-xml-file)
* [3. Get dex classes](#3-get-dex-classes)
* [4. Get Apk Sign info](#4-get-apk-sign-info)
* [5. Locales](#5-locales)
* [Open Issue](#open-issue)

#### Features

* Retrieve apk meta info, such as title, icon, package name, version, etc.
Expand Down Expand Up @@ -86,3 +99,7 @@ Apk parser will find best match languages with locale you specified.

If locale is set to null, ApkFile will not translate resource tag, just give the resource id.
For example, the title will be something like '@string/app_name' instead of the real name.


#### Open Issue
If this parser has any problem with a specific apk, open a new issue, **with the link to download the apk file**.

0 comments on commit cd9a28b

Please sign in to comment.