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
Expand Up @@ -54,4 +54,7 @@
<string name="getting_started_tip_led" description="Tip about capture LED">The capture LED lets others know when you\'re capturing content or going live.</string>
<string name="getting_started_tip_photo" description="Tip about photo capture">Capture photos by tapping the camera button.</string>
<string name="getting_started_continue" description="Continue button">Continue</string>

<!-- Meta DAT SDK -->
<string name="mwdat_application_id" translatable="false">0</string>
</resources>