Skip to content

Commit

Permalink
implement MainChunk
Browse files Browse the repository at this point in the history
  • Loading branch information
REAndroid committed Mar 26, 2023
1 parent 63478aa commit ebd8cec
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ public void setApkFile(ApkFile apkFile){
public StringPool<?> getSpecStringPool() {
return null;
}
@Override
public MainChunk getMainChunk(){
return this;
}
public ResXmlIDMap getResXmlIDMap(){
return mResXmlIDMap;
}
Expand Down

0 comments on commit ebd8cec

Please sign in to comment.