Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Without Developer Mode, this key will need to be set with ID from app registered in Wearables Developer Center -->
<meta-data
android:name="com.meta.wearable.mwdat.APPLICATION_ID"
android:value="0"
android:value="@string/mwdat_application_id"
/>

<activity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2" project="cameraaccess">

<!-- DAT SDK: APPLICATION_ID must be a String; inline integer literals are parsed as Integer by Android -->
<string name="mwdat_application_id" translatable="false">0</string>

<!-- Home Screen -->
<string name="register_button_title" description="Connect App">Connect my glasses</string>
<string name="unregister_button_title" description="Disconnect App">Disconnect</string>
Expand Down