Does anyone know who makes extension for kodular

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

1 Like

Why if it can be done with extension…

@RonnyyApp1

Which permission would you like to add?

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.

3 Likes