mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-28 19:14:31 +01:00
Version 1.16.4 - Selection of EOL in UART added, support for Marshmallow in Wear
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user