mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 06:34:26 +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){
|
if(application==null){
|
||||||
return new ArrayList<>();
|
return new ArrayList<>();
|
||||||
}
|
}
|
||||||
List<ResXmlElement> results = application.listElements(tag);
|
return application.listElements(tag);
|
||||||
return results;
|
|
||||||
}
|
}
|
||||||
public List<String> getUsesPermissions(){
|
public List<String> getUsesPermissions(){
|
||||||
List<String> results=new ArrayList<>();
|
List<String> results=new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user