We know how difficult it is to gain new users on Google Play. The tip is to avoid using components that ask for permission when opening the application. Preferably do not require any permission to use the app. From experience, many users end up uninstalling. Use permissions if really necessary.
Example component that use storage permission can be replaced by similar component that does not need permission in case it works in the ASD folder
The idea and finding solutions together. there are components in kodular that to access the asd folder ask for permission or even to read the txt file that are in the assets folder. My solution was to get file extension from third parties.
There are still some permission bugs with Kodular (also with AI2) with some components, especially with the File component, which have to be fixed. If you want to point them out again, do so by naming them. I’ve done it enough times already.
In addition, components (which can save something, such as the File component) should also be able to save in the Shared folders without storage permissions on Android 11+.