mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
add method to return size of resPackage, (count of ResSpecs)
This commit is contained in:
parent
009867e885
commit
64bcb32d81
@ -76,6 +76,10 @@ public class ResPackage {
|
||||
return config;
|
||||
}
|
||||
|
||||
public int getResSpecCount() {
|
||||
return mResSpecs.size();
|
||||
}
|
||||
|
||||
public ResConfig getOrCreateConfig(ResConfigFlags flags)
|
||||
throws AndrolibException {
|
||||
ResConfig config = mConfigs.get(flags);
|
||||
|
Loading…
Reference in New Issue
Block a user