diff --git a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/AbstractDeviceSupport.java b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/AbstractDeviceSupport.java index a3b82469b..78b1c1d87 100644 --- a/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/AbstractDeviceSupport.java +++ b/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/AbstractDeviceSupport.java @@ -274,12 +274,8 @@ public abstract class AbstractDeviceSupport implements DeviceSupport { context.startActivity(intent); LOG.debug("CompanionDeviceManager associations were found, starting intent"); } else { - LOG.warn("CompanionDeviceManager associations were not found, going to try to start intent anyway"); GB.notify(GB.NOTIFICATION_ID_PHONE_FIND, notification.build(), context); - // Originally the Phone Find activity wasn't being started if no companion associations. - // Casio GDB-200 doesn't register companion but this still seems to work, so keeping - // warning but starting activity anyway - context.startActivity(intent); + LOG.warn("CompanionDeviceManager associations were not found, can't start intent"); } } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e70af4809..fd6e9fbda 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -336,7 +336,7 @@ Shows a preview of the message in the title of a notification as allowed by the device Alert for calendar notifications Alert (vibrate/beep) for calendar notifications - Alert for calendar calls + Alert for incoming calls Alert (vibrate/beep) for incoming calls Alert for email notifications Alert (vibrate/beep) for email notifications diff --git a/app/src/main/res/xml/devicesettings_casio_alert.xml b/app/src/main/res/xml/devicesettings_casio_alert.xml index 506b04421..c5327fe6a 100644 --- a/app/src/main/res/xml/devicesettings_casio_alert.xml +++ b/app/src/main/res/xml/devicesettings_casio_alert.xml @@ -1,33 +1,33 @@ - - - - - + + + \ No newline at end of file diff --git a/app/src/main/res/xml/devicesettings_preview_message_in_title.xml b/app/src/main/res/xml/devicesettings_preview_message_in_title.xml index 4c72099df..cfd18189b 100644 --- a/app/src/main/res/xml/devicesettings_preview_message_in_title.xml +++ b/app/src/main/res/xml/devicesettings_preview_message_in_title.xml @@ -1,6 +1,6 @@ -