File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 212
212
<action android : name =" android.support.wearable.complications.ACTION_COMPLICATION_UPDATE_REQUEST" />
213
213
</intent-filter >
214
214
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" -->
216
216
<meta-data
217
217
android : name =" android.support.wearable.complications.SUPPORTED_TYPES"
218
218
android : value =" SHORT_TEXT" />
219
219
<meta-data
220
220
android : name =" android.support.wearable.complications.UPDATE_PERIOD_SECONDS"
221
221
android : value =" 300" />
222
222
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. -->
227
224
<meta-data
228
225
android : name =" android.support.wearable.complications.PROVIDER_CONFIG_ACTION"
229
226
android : value =" MY_CONFIG_ACTION" />
268
265
269
266
</application >
270
267
271
- </manifest >
268
+ </manifest >
You can’t perform that action at this time.
0 commit comments