05nelsonm / kmp-tor

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

Add `TorServiceConfig` metadata retriever for Android `runtime-service` #445

Closed 05nelsonm closed 1 month ago

05nelsonm commented 1 month ago

Like 1.x.x, configuration options for TorService are done via <meta-data> tags in the manifest. Need to copy that over to the runtime-service module.

Part of #423