mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-06-13 05:37:41 +02:00
1.0.9
This commit is contained in:
@ -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<>();
|
||||
|
Reference in New Issue
Block a user