Skip to content

Commit

Permalink
Add snippet markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed Nov 27, 2024
1 parent c9a658e commit 0fc1a1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wear/src/main/java/com/example/wear/snippets/tile/Tile.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import com.google.common.util.concurrent.Futures

private const val RESOURCES_VERSION = "1"

// [START android_wear_tile_mytileservice]
class MyTileService : TileService() {

override fun onTileRequest(requestParams: RequestBuilders.TileRequest) =
Expand All @@ -48,4 +49,5 @@ class MyTileService : TileService() {
.build()
)

}
}
// [END android_wear_tile_mytileservice]

0 comments on commit 0fc1a1e

Please sign in to comment.