mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 19:16:09 +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;
|
return config;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public int getResSpecCount() {
|
||||||
|
return mResSpecs.size();
|
||||||
|
}
|
||||||
|
|
||||||
public ResConfig getOrCreateConfig(ResConfigFlags flags)
|
public ResConfig getOrCreateConfig(ResConfigFlags flags)
|
||||||
throws AndrolibException {
|
throws AndrolibException {
|
||||||
ResConfig config = mConfigs.get(flags);
|
ResConfig config = mConfigs.get(flags);
|
||||||
|
Loading…
Reference in New Issue
Block a user