mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-04-24 09:19:56 -04:00
signer can return the application package name when sign in
This commit is contained in:
parent
70a722b5d6
commit
e050386b84
2
100.md
2
100.md
@ -61,6 +61,8 @@ intent.`package` = "com.example.signer"
|
||||
|
||||
```kotlin
|
||||
val npub = intent.data?.getStringExtra("signature")
|
||||
// The package name of the signer application
|
||||
val packageName = intent.data?.getStringExtra("package")
|
||||
```
|
||||
|
||||
- **sign_event**
|
||||
|
Loading…
x
Reference in New Issue
Block a user