If possible, please add the section in the creator where we can add or edit the Manifest file for our app.
Editing manifest file will enable all the Koders to:
i) Add permission without blocks.
ii) Add mime type in the manifest file.
iii) Edit package name and application ID.
iv) Adding intent filters.
v) Edit file conventions.
… and many more.
To edit the Manifest you have to decompile your APK.
See e.g. here:
You can change a lot in the Manifest, but for example:
If you change your packageName in the Manifest, the app will no longer work. For this, the entire APK structure (paths etc.) must be changed.
Thank you. I have read this guide but we have limitations while using this.
For example, if I want to edit the mime type, we can not do that after decompiling the APK.
Other than this method is also good.