Created
February 11, 2026 19:58
-
-
Save LethalMaus/6da62bfcb4cd3f12a1170d54bfdc12f7 to your computer and use it in GitHub Desktop.
WearOSComplication.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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