<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 14/03/2022 13:51, Alexander Neundorf
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1801286.aCTkRdBLEH@unknown0090f5ef9f13">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p
        style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hi,</p>
      <br>
      <p
        style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">what
        is the correct way to get custom entries into
        AndroidManifest.xml ?</p>
      <p
        style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span
          style="font-family:Hack;">(I'd like to add
          android:requestLegacyExternalStorage="true" to see whether
          this fixes my crashes)</span></p>
      <br>
      <p
        style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">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 (?)</p>
      <br>
      <p
        style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Thanks
        for any pointers</p>
      <p
        style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Alex</p>
      <br>
    </blockquote>
    <p>Virtually all apps that I have dealt with have a
      AndroidManifest.xml in their source (see e.g.
<a class="moz-txt-link-freetext" href="https://invent.kde.org/utilities/ktrip/-/blob/master/android/AndroidManifest.xml">https://invent.kde.org/utilities/ktrip/-/blob/master/android/AndroidManifest.xml</a>),
      so you can add whatever you want there.</p>
    <p><br>
    </p>
  </body>
</html>