mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 07:42:41 +02:00
feat(android): implement POST_NOTIFICATIONS permission handling
Add NotificationSys to manage system notifications and update MainActivity to request POST_NOTIFICATIONS permission on Android 13+. Includes localized string resources for notification testing and permission error feedback.
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<string name="notification_stop">Stopp</string>
|
||||
<string name="notification_skip_to_previous">Zurück</string>
|
||||
<string name="notification_skip_to_next">Nächste</string>
|
||||
<string name="notification_test_content">Dies ist eine Testbenachrichtigung.</string>
|
||||
<!-- Onboarding -->
|
||||
<string name="onboarding_app_description">Tauche ein in den Sound deiner Wahl!</string>
|
||||
<string name="onboarding_app_get_started">Jetzt starten</string>
|
||||
@@ -122,6 +123,7 @@
|
||||
<!-- Snackbars -->
|
||||
<string name="snackbar_show">Zeigen</string>
|
||||
<string name="snackbar_update_available">ist verfügbar!</string>
|
||||
<string name="snackbar_failed_permission_notification">Fehler bei der Anfrage nach Benachrichtigungsberechtigung.</string>
|
||||
<string name="pref_audio_effects_title">Audio-Effekte</string>
|
||||
<string name="pref_bass_boost_title">Bass-Boost</string>
|
||||
<string name="pref_bass_boost_summary">Erhöhen Sie die Bassverstärkung.</string>
|
||||
|
||||
Reference in New Issue
Block a user