1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 20:10:15 +02:00

Xiaomi: fix incoming calls on Mi Watch lite (shoud not break Mi Band 8)

This commit is contained in:
Andreas Shimokawa 2023-10-21 09:56:50 +02:00 committed by José Rebelo
parent b09879dd31
commit fce2dfa0ca

View File

@ -153,8 +153,8 @@ public class XiaomiNotificationService extends AbstractXiaomiService {
.setRepliesAllowed(canSendSms())
.setTimestamp(TIMESTAMP_SDF.format(new Date()));
notification3.setPackage(BuildConfig.APPLICATION_ID);
notification3.setAppName("Phone");
notification3.setPackage("phone");
notification3.setAppName("phone");
if (callSpec.name != null) {
notification3.setTitle(callSpec.name);