mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-29 05:16:51 +01:00
Zepp OS: Add Alexa shortcut card
This commit is contained in:
parent
7c55f5df86
commit
36e357ba67
@ -83,6 +83,7 @@ public class ZeppOsShortcutCardsService extends AbstractZeppOsService {
|
|||||||
STOPWATCH("25", "1"),
|
STOPWATCH("25", "1"),
|
||||||
ZEPP_COACH("27", "1"),
|
ZEPP_COACH("27", "1"),
|
||||||
RECOMMENDATION("28", "1"),
|
RECOMMENDATION("28", "1"),
|
||||||
|
ALEXA("35", "1"),
|
||||||
;
|
;
|
||||||
|
|
||||||
private final String appNum;
|
private final String appNum;
|
||||||
|
@ -907,6 +907,7 @@
|
|||||||
<item>@string/menuitem_stopwatch</item>
|
<item>@string/menuitem_stopwatch</item>
|
||||||
<item>@string/menuitem_recommendation</item>
|
<item>@string/menuitem_recommendation</item>
|
||||||
<item>@string/menuitem_zepp_coach</item>
|
<item>@string/menuitem_zepp_coach</item>
|
||||||
|
<item>@string/menuitem_alexa</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="pref_zepp_os_shortcut_cards_values">
|
<string-array name="pref_zepp_os_shortcut_cards_values">
|
||||||
@ -936,6 +937,7 @@
|
|||||||
<item>stopwatch</item>
|
<item>stopwatch</item>
|
||||||
<item>recommendation</item>
|
<item>recommendation</item>
|
||||||
<item>zepp_coach</item>
|
<item>zepp_coach</item>
|
||||||
|
<item>alexa</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="pref_huami2021_control_center">
|
<string-array name="pref_huami2021_control_center">
|
||||||
|
Loading…
Reference in New Issue
Block a user