Created
February 11, 2026 19:58
-
-
Save LethalMaus/fc8dddc7c6d11f24dada5a2e8ef25519 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
| 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