upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreenart7c3 <greenart7c3@proton.me>2023-11-29 11:23:14 -0300
committergreenart7c3 <greenart7c3@proton.me>2023-11-29 11:23:14 -0300
commite050386b849d0d293903a46646c89233bf19f489 (patch)
tree1714b3c16d623b20a229eeca56d16489716e89ef
parent70a722b5d6526bf871a06290df8833492ac77b92 (diff)
signer can return the application package name when sign in
-rw-r--r--100.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/100.md b/100.md
index 56b8a91..2c7b8f9 100644
--- a/100.md
+++ b/100.md
@@ -61,6 +61,8 @@ intent.`package` = "com.example.signer"
61 61
62 ```kotlin 62 ```kotlin
63 val npub = intent.data?.getStringExtra("signature") 63 val npub = intent.data?.getStringExtra("signature")
64 // The package name of the signer application
65 val packageName = intent.data?.getStringExtra("package")
64 ``` 66 ```
65 67
66- **sign_event** 68- **sign_event**