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

This commit is contained in:
Andreas Shimokawa
2023-11-25 21:16:52 +00:00
committed by José Rebelo
parent b09879dd31
commit fce2dfa0ca
@@ -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);