Correct way to get custom entries into AndroidManifest.xml ?

Nicolas Fella nicolas.fella at gmx.de
Mon Mar 14 13:17:47 GMT 2022


On 14/03/2022 13:51, Alexander Neundorf wrote:
>
> Hi,
>
>
> what is the correct way to get custom entries into AndroidManifest.xml ?
>
> (I'd like to add android:requestLegacyExternalStorage="true" to see
> whether this fixes my crashes)
>
>
> During make create-apk, ECMDeployQt.cmake creates
> qmlcanvas-deployment.json (?), and then androiddeployqt (?) reads this
> and create AndroidManifest.xml from it, which is then used by the
> packaging tool (?)
>
>
> Thanks for any pointers
>
> Alex
>
>
Virtually all apps that I have dealt with have a AndroidManifest.xml in
their source (see e.g.
https://invent.kde.org/utilities/ktrip/-/blob/master/android/AndroidManifest.xml),
so you can add whatever you want there.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-android/attachments/20220314/73f3a54a/attachment.htm>


More information about the KDE-Android mailing list