Wear android manifest

This commit is contained in:
Andy Rozman 2019-03-06 23:48:45 +00:00
parent 6e500c1e75
commit b91ab26863

View file

@ -173,23 +173,64 @@
<intent-filter> <intent-filter>
<!-- <action android:name="com.google.android.gms.wearable.BIND_LISTENER" /> --> <!-- <action android:name="com.google.android.gms.wearable.BIND_LISTENER" /> -->
<!-- listeners receive events that match the action and data filters --> <!-- listeners receive events that match the action and data filters -->
<!-- <action android:name="com.google.android.gms.wearable.CAPABILITY_CHANGED" /> --> <action android:name="com.google.android.gms.wearable.CAPABILITY_CHANGED" />
<action android:name="com.google.android.gms.wearable.DATA_CHANGED" /> <action android:name="com.google.android.gms.wearable.DATA_CHANGED" />
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_data"/>
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_data_resend"/> <data
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_cancel_bolus"/> android:scheme="wear"
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_confirmactionstring"/> android:host="*"
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_initiateactionstring"/> android:pathPrefix="/nightscout_watch_data" />
<data android:scheme="wear" android:host="*" android:pathPrefix="/openwearsettings"/> <data
<data android:scheme="wear" android:host="*" android:pathPrefix="/sendstatustowear"/> android:scheme="wear"
<data android:scheme="wear" android:host="*" android:pathPrefix="/sendpreferencestowear"/> android:host="*"
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_basal"/> android:pathPrefix="/nightscout_watch_data_resend" />
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_bolusprogress"/> <data
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_actionconfirmationrequest"/> android:scheme="wear"
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_changeconfirmationrequest"/> android:host="*"
<data android:scheme="wear" android:host="*" android:pathPrefix="/nightscout_watch_cancelnotificationrequest"/> android:pathPrefix="/nightscout_watch_cancel_bolus" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_confirmactionstring" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_initiateactionstring" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/openwearsettings" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/sendstatustowear" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/sendpreferencestowear" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_basal" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_bolusprogress" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_actionconfirmationrequest" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_changeconfirmationrequest" />
<data
android:scheme="wear"
android:host="*"
android:pathPrefix="/nightscout_watch_cancelnotificationrequest" />
</intent-filter> </intent-filter>
</service> </service>
<activity <activity
android:name=".interaction.menus.MainMenuActivity" android:name=".interaction.menus.MainMenuActivity"
android:label="@string/label_actions_activity"> android:label="@string/label_actions_activity">