Skip to content

Explicitly query org.torproject.android since we target android 30

bim requested to merge bitmold/fdroidclient:orbotquery into master

Fixes https://github.com/guardianproject/orbot/issues/616

The code for starting Orbot in netcipher's OrbotHelper won't work on its own if compileSdkVersion >= 30. You need to specifically declare in your manifest which apps you use. Since we know Orbot is org.torproject.android we can just add this to the f-droid clinet.

I've tested this locally and it works.

Merge request reports