Skip to content

Commit 3ee70aa

Browse files
committed
Fix snippet tag
1 parent fecd427 commit 3ee70aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wear/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
</service>
222222
<!-- [END android_wear_complication_manifest] -->
223223

224-
<!-- [START android_wear_complication_manifest] -->
224+
<!-- [START android_wear_complication_timeline_manifest] -->
225225
<service
226226
android:name=".snippets.complication.MyTimelineComplicationDataSourceService"
227227
android:exported="true"
@@ -239,7 +239,7 @@
239239
android:name="android.support.wearable.complications.UPDATE_PERIOD_SECONDS"
240240
android:value="300" />
241241
</service>
242-
<!-- [END android_wear_complication_manifest] -->
242+
<!-- [END android_wear_complication_timeline_manifest] -->
243243

244244
</application>
245245

0 commit comments

Comments
 (0)