mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Zepp OS: Add Alexa shortcut card
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user