20 lines
618 B
XML
20 lines
618 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="datasource_list">
|
|
<item>"Garmin Watch"</item>
|
|
<item>"BangleJS (BLE)"</item>
|
|
<item>"PineTime (BLE2)"</item>
|
|
<item>"Pebble Watch"</item>
|
|
<item>"Phone Sensor (for testing)"</item>
|
|
<item>"Network (for Wifi Alerts)"</item>
|
|
</string-array>
|
|
<string-array name="datasource_list_values">
|
|
<item>"Garmin"</item>
|
|
<item>"BLE"</item>
|
|
<item>"BLE2"</item>
|
|
<item>"Pebble"</item>
|
|
<item>"Phone"</item>
|
|
<item>"Network"</item>
|
|
</string-array>
|
|
|
|
</resources> |