-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Don't prompt to enable notifications on first launch on Android #41204
Comments
The is needed for Rewards ads notification to work and implemented as part of #32047. That was the reason to keep the notification prompt shown first before user enables Rewards. @kjozwiak ran into a bunch of issues when this notification was not handled properly. |
What happens when the user does not allow the notifications? |
Rewards ads notification won't work |
The above requires |
Description
On Android on first launch, Brave requests permissions from the user to show notifications:
This is at a moment where the (new) user likely does not yet trust Brave. Also, I am not sure if the value of getting the permission warrants this being the very first click the users has to make in the context of Brave.
Unless there is a good reason, we should get rid of this permission request on at least first launch. (In my opinion, we should prompt for Brave to become the default browser instead - see #41203).
Steps to reproduce
Launch Brave for the first time on Android.
Actual result
As the very first thing it does, Brave prompts for permission to show notifications.
Expected result
Brave should not prompt for permission to show notifications.
Reproduces how often
Easily reproduced
Brave version
All
Device
Channel information
Reproducibility
Miscellaneous information
No response
The text was updated successfully, but these errors were encountered: