Correct way to get custom entries into AndroidManifest.xml ?

Alexander Neundorf neundorf at kde.org
Mon Mar 14 15:24:40 GMT 2022


On Montag, 14. März 2022 14:17:47 CET Nicolas Fella wrote:
> 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.

thanks, that's a good pointer.
Do I also do "make create-apk" there, or how do I create the apk ?

Alex







More information about the KDE-Android mailing list