We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e11a3f commit 4e60ee2Copy full SHA for 4e60ee2
WearOS/Wearable/src/main/AndroidManifest.xml
@@ -32,6 +32,9 @@
32
<!-- API key for the Android Maps API v2. The value is defined in local.properties. -->
33
<meta-data android:name="com.google.android.geo.API_KEY"
34
android:value="${GOOGLE_MAPS_API_KEY}"/>
35
+ <meta-data
36
+ android:name="com.google.android.wearable.standalone"
37
+ android:value="true" />
38
39
<!-- Reference the wearable shared library required to support ambient mode. -->
40
<uses-library android:name="com.google.android.wearable" android:required="false" />
0 commit comments