Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Created February 11, 2026 19:58
Show Gist options
  • Select an option

  • Save LethalMaus/6da62bfcb4cd3f12a1170d54bfdc12f7 to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/6da62bfcb4cd3f12a1170d54bfdc12f7 to your computer and use it in GitHub Desktop.
WearOSComplication.kt
return SmallImageComplicationData
.Builder(
SmallImage.Builder(
icon,
SmallImageType.ICON
).build(),
PlainComplicationText.Builder(appName).build()
)
.setTapAction(pendingIntent)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment