Access to AndroidManifest.xml for more complex entries #6547
-
QuestionFor building Android APKs it's sometimes necessary to have some access to the So it is possibly to declare in which will be translated into the However, what I need is a possibility to get more complex entries like: (btw. this is a very important prerequisite for using Bluetooth LE) and I can't see how I could achieve this. It also seems not to be possible to manually add these entries to the manifest because it is written during the build process and then used immediately. It may be possible to somehow manipulate/change the template file (cookiecutter?), but this seems to be overly complicated. In BeeWare you can pass entries from See also my project bleekWare. I want to supply a similar module to use Bluetooth LE on Android devices with Flet. So is it possible to pass/add compound expressions to Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yep, that would be easy to add. Will implement it in the next minor update coming this week. |
Beta Was this translation helpful? Give feedback.
Yep, that would be easy to add. Will implement it in the next minor update coming this week.