Android Question Turn off badge notifications in code

Jmu5667

Well-Known Member
Licensed User
Longtime User
Hello

Is is possible to turn off badge notifications in code rather then getting the user to do it via the settings.

Regards

John.
 

DonManfred

Expert
Licensed User
Longtime User
I don´t think this is a setting we can change programmatically.

It is up to the user to decide if he want this or not.

The best we can do is to point the user to the right Setting to do the change.
This asumes you know the correct intent to call/open this setting.
 
Upvote 0

Jmu5667

Well-Known Member
Licensed User
Longtime User
I don´t think this is a setting we can change programmatically.

It is up to the user to decide if he want this or not.

The best we can do is to point the user to the right Setting to do the change.
This asumes you know the correct intent to call/open this setting.

Thought as much :)
 
Upvote 0
Top