Android O Notification Building Fix (#655)
-Added simple notification channel for Android O. -Fixes notification building failure for background and popup player on Android O. -Reduce notification channel importance to low to avoid making noise on every notification update.
This commit is contained in:
parent
9fbac943bb
commit
85108be686
4 changed files with 34 additions and 4 deletions
|
|
@ -117,6 +117,10 @@
|
|||
<string name="popup_resizing_indicator_title">Resizing</string>
|
||||
<string name="best_resolution">Best resolution</string>
|
||||
|
||||
<string name="notification_channel_id" translatable="false">newpipe</string>
|
||||
<string name="notification_channel_name">NewPipe Notification</string>
|
||||
<string name="notification_channel_description">Notifications For NewPipe Background and Popup Players</string>
|
||||
|
||||
<!-- error strings -->
|
||||
<string name="general_error">Error</string>
|
||||
<string name="network_error">Network error</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue