Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save LethalMaus/fc8dddc7c6d11f24dada5a2e8ef25519 to your computer and use it in GitHub Desktop.
WearOSComplication.kt
val launchIntent = packageManager.getLaunchIntentForPackage(packageName)
val pendingIntent = PendingIntent.getActivity(
this,
0,
launchIntent,
PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment