In our Android app, I use play-services-ads. I noticed that it adds android.permission.RECEIVE_BOOT_COMPLETED in the manifest, which shows as "run at startup" permission at the Play Store. This permission results to negative reviews by some users.
RECEIVE_BOOT_COMPLETED is added by androidx.work which play-services-ads depends on.
Is it a good idea to remove this from the manifest?
