signer can return the application package name when sign in

This commit is contained in:
greenart7c3 2023-11-29 11:23:14 -03:00
parent 70a722b5d6
commit e050386b84

2
100.md
View File

@ -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**