Version 1.16.4 - Selection of EOL in UART added, support for Marshmallow in Wear

This commit is contained in:
Aleksander Nowakowski
2016-06-14 16:49:26 +02:00
parent b4fdad1ebc
commit 310e2c1d8c
35 changed files with 242 additions and 496 deletions

View File

@@ -233,7 +233,9 @@
android:label="@string/uart_feature_title" />
<service android:name=".wearable.MainWearableListenerService">
<intent-filter>
<action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
<action android:name="com.google.android.gms.wearable.DATA_CHANGED" />
<action android:name="com.google.android.gms.wearable.MESSAGE_RECEIVED" />
<data android:scheme="wear" android:host="*" android:pathPrefix="/nrftoolbox" />
</intent-filter>
</service>