-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ad ID Permission Declaration in PWABuilder Packager Tool #4822
Labels
Comments
This issue has been marked as "needs attention 👋" since it has not been triaged for 7 days. Please triage the issue . |
shouldn't we just mark this option as "NO" when submitting the app? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tell us about your feature idea
It would be beneficial to add a feature in the PWABuilder packager tool that allows developers to declare the Ad ID permission (
com.google.android.gms.permission.AD_ID
) directly. This feature should automatically insert the following permission into theAndroidManifest.xml
when building the Android package for a PWA:Do you have an implementation or a solution in mind?
Add an option in the PWABuilder interface where developers can specify whether their app requires Ad ID permission. If enabled, the packager will automatically add the following permission to the generated
AndroidManifest.xml
file:Have you considered any alternatives?
Currently I don't see any other alternatives than to decompile the
.aab
and editing the manifest myself.Tasks
The text was updated successfully, but these errors were encountered: