does anyone know who makes extension for kodular
I would like to add permission in Androidmanifest
does anyone know who makes extension for kodular
I would like to add permission in Androidmanifest
You can do it just by editing the apk via apkeditor.
See this guide given by @bodymindpower
No need of extension, if you want add permission in manifest file
I think it’s faster and easier this way than creating an extension first.
Adding a permission in the Manifest via APK Studio Editor
takes less than 20 seconds. However, if this concerns an AAB, it becomes more complex. In this respect, an extension is a more general solution, unless there is a component that automatically adds the permission to the Manifest.