You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to customize the smallIcon as well as the setShowActionsInCompactView().
Unfortunately I can't extend the DefaultMediaNotificationProvider because it is marked private in the package.
So the only solution I found was to copy the code from DefaultMediaNotificationProvider.java to my project and then change it there.
But that is not very nice, and if upstream it is changed, we won't get the changes.
The text was updated successfully, but these errors were encountered:
I want to customize the smallIcon as well as the
setShowActionsInCompactView()
.Unfortunately I can't extend the DefaultMediaNotificationProvider because it is marked private in the package.
So the only solution I found was to copy the code from DefaultMediaNotificationProvider.java to my project and then change it there.
But that is not very nice, and if upstream it is changed, we won't get the changes.
The text was updated successfully, but these errors were encountered: