05nelsonm / kmp-tor

Kotlin Multiplatform Library for embedding Tor into your applications
Apache License 2.0
33 stars 5 forks source link

Add ability to disable notification `showWhen` #497

Open 05nelsonm opened 1 month ago

05nelsonm commented 1 month ago

Performance boost because system is not running a chronometer behind the scenes (why it is disabled by default in API 28+)

05nelsonm commented 1 month ago

~This should actually be the default.~

Nvm, default should be to show, but disabling it would be nice. Not a must have for 2.0 milestone, can do later.