mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 14:24:25 +02:00
1.0.9
This commit is contained in:
parent
b6289370e6
commit
45f7e8a064
@ -65,8 +65,7 @@ public class AndroidManifestBlock extends ResXmlBlock{
|
||||
if(application==null){
|
||||
return new ArrayList<>();
|
||||
}
|
||||
List<ResXmlElement> results = application.listElements(tag);
|
||||
return results;
|
||||
return application.listElements(tag);
|
||||
}
|
||||
public List<String> getUsesPermissions(){
|
||||
List<String> results=new ArrayList<>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user