Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-02-20 10:21:23 +0300
committerDaniel Lublin <daniel@lublin.se>2022-02-21 15:44:04 +0300
commitb482ee03cd7a8210a0a5c9b463d34cac52d73a24 (patch)
tree4803570d468de3cddbe4c386d18063a55b738633
parent513c6949f41a3db3c63f41a14b09b0ac66d8130c (diff)
Deal with pkg visibility; declare what we'll query for
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index f48e1a1..b55176a 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -34,6 +34,11 @@
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
+ <queries>
+ <!-- We're using guardianproject's OrbotHelper to check if Orbot is installed -->
+ <package android:name="org.torproject.android" />
+ </queries>
+
<application
android:name="androidx.multidex.MultiDexApplication"
android:allowBackup="true"