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 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" />
268265
269266 </application >
270267
271- </manifest >
268+ </manifest >
You can’t perform that action at this time.
0 commit comments