Skip to content

Commit

Permalink
Add manifest snippet markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed Nov 27, 2024
1 parent 0fc1a1e commit 841b8be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wear/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</intent-filter>
</activity>

<!-- [START android_wear_manifest] -->
<service
android:name=".snippets.tile.MyTileService"
android:label="@string/tile_label"
Expand All @@ -49,6 +50,7 @@
<meta-data android:name="androidx.wear.tiles.PREVIEW"
android:resource="@drawable/tile_preview" />
</service>
<!-- [END android_wear_manifest] -->

</application>

Expand Down

0 comments on commit 841b8be

Please sign in to comment.