mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-14 19:57:32 +01:00
Rename notification channels
This commit is contained in:
parent
e28beaae48
commit
b719f626c5
@ -112,7 +112,7 @@ public class GB {
|
|||||||
|
|
||||||
NotificationChannel channelTransfer = new NotificationChannel(
|
NotificationChannel channelTransfer = new NotificationChannel(
|
||||||
NOTIFICATION_CHANNEL_ID_TRANSFER,
|
NOTIFICATION_CHANNEL_ID_TRANSFER,
|
||||||
context.getString(R.string.notification_channel_name),
|
context.getString(R.string.notification_channel_transfer_name),
|
||||||
NotificationManager.IMPORTANCE_LOW);
|
NotificationManager.IMPORTANCE_LOW);
|
||||||
notificationManager.createNotificationChannel(channelTransfer);
|
notificationManager.createNotificationChannel(channelTransfer);
|
||||||
}
|
}
|
||||||
|
@ -867,8 +867,9 @@
|
|||||||
<string name="devicetype_waspos">Wasp-os</string>
|
<string name="devicetype_waspos">Wasp-os</string>
|
||||||
<string name="devicetype_domyos_t540"></string>
|
<string name="devicetype_domyos_t540"></string>
|
||||||
<string name="choose_auto_export_location">Choose export location</string>
|
<string name="choose_auto_export_location">Choose export location</string>
|
||||||
<string name="notification_channel_name">Gadgetbridge notifications</string>
|
<string name="notification_channel_name">General</string>
|
||||||
<string name="notification_channel_high_priority_name">Gadgetbridge notifications high priority</string>
|
<string name="notification_channel_high_priority_name">High-priority</string>
|
||||||
|
<string name="notification_channel_transfer_name">Data transfer</string>
|
||||||
<string name="devicetype_amazfit_gts">Amazfit GTS</string>
|
<string name="devicetype_amazfit_gts">Amazfit GTS</string>
|
||||||
<string name="devicetype_amazfit_vergel">Amazfit Verge Lite</string>
|
<string name="devicetype_amazfit_vergel">Amazfit Verge Lite</string>
|
||||||
<string name="devicetype_sg2">Lemfo SG2</string>
|
<string name="devicetype_sg2">Lemfo SG2</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user