Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero committed Oct 19, 2023
1 parent 333cc87 commit 5223164
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,12 @@ If you enable ProGuard, then add this rules in your ProGuard file.
-keep class com.nimbusds.jose.** { *; }
```
## Protecting screenshot and screen recording
To protect **Omise Android SDK** from being screenshot and screen recording, you can pass this `OmiseActivity.EXTRA_IS_SECURE` extra data to `true` when starting these activities `CreditCardActivity`, `PaymentCreatorActivity`, and `AuthorizingPaymentActivity`. By default it is `false`.
```kotlin
## Contributing
Pull requests and bug fixes are welcome. For larger scope of work, please pop on to our [forum](https://forum.omise.co) to discuss first.
Expand Down

0 comments on commit 5223164

Please sign in to comment.