Reference for modifying AndroidManifest.xml with UXL

I was going through the Facbook login tutorial and I was wondering, isthere a full reference for how to use UXL to overwrite/append values to the AndroidManifest.xml file?

For example, Where can I find documentation for things like Android.ResString.Declaration and AndroidManifest.ApplicationElement?

Thanks.

Hey Kevin!

Good question. We have plans to collect the documentation for these kinds of settings in one easy-to-find document, but sadly that document has not yet been written. As you’ve noticed, this information is currently scattered throughout our tutorials and samples.

In the meantime you can find out quite a lot by looking at the templates that we use to generate the build files. As an example, the AndroidManifest.xml template is at /usr/local/share/uno/Packages/UnoCore/$VERSION/targets/android/@(Project.Name)/app/src/main/AndroidManifest.xml on my machine.

We’ll try to keep you posted on that documentation.
Cheers!

Thabks for responding! I’ll check the resources you pointed me to and I’ll look out for the updated documentation.