Skip to content

Commit 4e60ee2

Browse files
committed
fix: updated Manifest
1 parent 8e11a3f commit 4e60ee2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

WearOS/Wearable/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<!-- API key for the Android Maps API v2. The value is defined in local.properties. -->
3333
<meta-data android:name="com.google.android.geo.API_KEY"
3434
android:value="${GOOGLE_MAPS_API_KEY}"/>
35+
<meta-data
36+
android:name="com.google.android.wearable.standalone"
37+
android:value="true" />
3538

3639
<!-- Reference the wearable shared library required to support ambient mode. -->
3740
<uses-library android:name="com.google.android.wearable" android:required="false" />

0 commit comments

Comments
 (0)