mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
signer can return the application package name when sign in
This commit is contained in:
parent
70a722b5d6
commit
e050386b84
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue