diff options
| -rw-r--r-- | 100.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -64,8 +64,8 @@ intent.`package` = "com.example.signer" | |||
| 64 | // You can send some default permissions for the user to authorize for ever | 64 | // You can send some default permissions for the user to authorize for ever |
| 65 | val permissions = listOf( | 65 | val permissions = listOf( |
| 66 | Permission( | 66 | Permission( |
| 67 | type = "sign_event", // Is it type? | 67 | type = "sign_event", |
| 68 | kind = 22242 // Is it kind? | 68 | kind = 22242 |
| 69 | ), | 69 | ), |
| 70 | Permission( | 70 | Permission( |
| 71 | type = "nip44_decrypt" | 71 | type = "nip44_decrypt" |
| @@ -525,4 +525,4 @@ Android intents and browser urls have limitations, so if you are using the `retu | |||
| 525 | </script> | 525 | </script> |
| 526 | </body> | 526 | </body> |
| 527 | </html> | 527 | </html> |
| 528 | ``` \ No newline at end of file | 528 | ``` |