Skip to content

Commit

Permalink
ResourceTypes.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstotz committed Jul 6, 2024
1 parent 76471da commit 4b29a14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protected ParserConstants() {
protected static final String ANDROID_NS_VALUE = "android";

/**
* Chunk types
* Chunk types as defined in frameworks/base/libs/androidfw/include/androidfw/ResourceTypes.h (AOSP)
*/
protected static final int RES_NULL_TYPE = 0x0000;
protected static final int RES_STRING_POOL_TYPE = 0x0001;
Expand Down

0 comments on commit 4b29a14

Please # to comment.