I have installed the following library in my app:
implementation 'com.google.android.ads.consent:consent-library:1.0.6'
And according to the documentation, I should be able to modify it, but I can't find the HTML file.
I have installed the following library in my app:
implementation 'com.google.android.ads.consent:consent-library:1.0.6'
And according to the documentation, I should be able to modify it, but I can't find the HTML file.
Just create an html in assets folder & name it consentform.html During compilation, your html file will be used & default one will be overridden!