Angular/capacitor how to implement google consent settings in android app?

Viewed 29

I would like to manage consent in my app, because I use google analytics and crashlytics. In the google doc (https://developers.google.com/tag-platform/devguides/consent) I found how to manage consent in a web app and successfully did it, but in android I need to update Androidmanifest.xml and in the doc (https://developers.google.com/tag-platform/devguides/app-consent?platform=android#java) it uses java or kotlin code to do. I'm not sure if I can use java/kotlin code in an angular app, and even if I could I don't quite understand where should I copy that piece of code.

0 Answers
Related