mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-09 16:24:32 +00:00
Add launchMode for signers
This commit is contained in:
parent
061d2ac47d
commit
93e6c3880b
1 changed files with 6 additions and 0 deletions
6
55.md
6
55.md
|
|
@ -78,6 +78,12 @@ If you are sending multiple intents without awaiting you can add some intent fla
|
|||
intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP or Intent.FLAG_ACTIVITY_CLEAR_TOP)
|
||||
```
|
||||
|
||||
If you are developing a signer application them you need to add this to your AndroidManifest.xml so clients can use the intent flags above
|
||||
|
||||
```kotlin
|
||||
android:launchMode="singleTop"
|
||||
```
|
||||
|
||||
Send the Intent:
|
||||
|
||||
```kotlin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue