Skip to content

Commit 7a0ebbe

Browse files
khufdevgaranj
andauthored
Update comments in complication part of AndroidManifest.xml (#605)
Co-authored-by: garanj <[email protected]>
1 parent 5673ffc commit 7a0ebbe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

wear/src/main/AndroidManifest.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,18 +212,15 @@
212212
<action android:name="android.support.wearable.complications.ACTION_COMPLICATION_UPDATE_REQUEST" />
213213
</intent-filter>
214214

215-
<!-- Supported types should be comma-separated e.g. SHORT_TEXT,SMALL_IMAGE -->
215+
<!-- Supported types should be comma-separated, for example: "SHORT_TEXT,SMALL_IMAGE" -->
216216
<meta-data
217217
android:name="android.support.wearable.complications.SUPPORTED_TYPES"
218218
android:value="SHORT_TEXT" />
219219
<meta-data
220220
android:name="android.support.wearable.complications.UPDATE_PERIOD_SECONDS"
221221
android:value="300" />
222222

223-
<!--
224-
Optionally, the complication can be configured by the user by specifying a
225-
configuration activity.
226-
-->
223+
<!-- Optionally, specify a configuration activity, where the user can configure your complication. -->
227224
<meta-data
228225
android:name="android.support.wearable.complications.PROVIDER_CONFIG_ACTION"
229226
android:value="MY_CONFIG_ACTION" />
@@ -268,4 +265,4 @@
268265

269266
</application>
270267

271-
</manifest>
268+
</manifest>

0 commit comments

Comments
 (0)