| 类 | 说明 |
|---|---|
| AndroidConstants |
android system file.
|
| ChunkHeader |
A Chunk is just a piece of memory split into two parts, a header and a body.
|
| ChunkType |
Resource type
see https://android.googlesource.com/platform/frameworks/base/+/master/libs/androidfw/include/androidfw/ResourceTypes.h
|
| ResourceValue |
Resource entity, contains the resource id, should retrieve the value from resource table, or string pool if it is a string resource.
|
| ResourceValue.ReferenceResourceValue |
ReferenceResource ref one another resources, and may has different value for different resource config(locale, density, etc)
|
| ResValue |
Apk res value struct.
|
| ResValue.ResDataCOMPLEX | |
| ResValue.ResType | |
| StringPool |
String pool.
|
| StringPoolHeader |
String pool chunk header.
|
Copyright © 2019. All rights reserved.