With Android O we get the "Notification Channels".
As far as I understand that means that the user can't set the notification tone or other related Notification settings inside the APP anymore .
The user needs to go to the "Notification Channels Setting" and change the tone or vibration etc. here because all methods from the NotificationBuilder like setSound are getting ignored.
So there is really NO way to change the tone to silent via code?
Or to change the vibration pattern via code?
For example the user have the ability to set the vibration pattern in my app.
Or he can pick tones from the alarm type instead of the notification type.
All this is not possible anymore?
Is this right or is there any way to do this?