diff options
| -rw-r--r-- | 55.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -249,7 +249,7 @@ launcher.launch(intent) | |||
| 249 | ```kotlin | 249 | ```kotlin |
| 250 | val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText")) | 250 | val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText")) |
| 251 | intent.`package` = "com.example.signer" | 251 | intent.`package` = "com.example.signer" |
| 252 | intent.putExtra("type", "nip04_decrypt") | 252 | intent.putExtra("type", "nip44_decrypt") |
| 253 | // to control the result in your application in case you are not waiting the result before sending another intent | 253 | // to control the result in your application in case you are not waiting the result before sending another intent |
| 254 | intent.putExtra("id", "some_id") | 254 | intent.putExtra("id", "some_id") |
| 255 | // Send the current logged in user pubkey | 255 | // Send the current logged in user pubkey |