Explicitly query org.torproject.android since we target android 30
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.