[tor-commits] [orbot/master] for #441, enable queries keyword in manifest, to enable package lookup on Android 11

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 22 21:55:07 UTC 2021


commit b6c63ea86f9a090b1bd1ff8d6f8dad4a45322e38
Author: n8fr8 <nathan at guardianproject.info>
Date:   Tue Feb 23 15:27:28 2021 -0500

    for #441, enable queries keyword in manifest, to enable package lookup on Android 11
---
 app/src/main/AndroidManifest.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index ae1a8be8..3bbaf610 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -21,6 +21,12 @@
         android:maxSdkVersion="18" />
     <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
 
+    <queries>
+        <intent>
+            <action android:name="android.intent.action.MAIN" />
+        </intent>
+    </queries>
+    
     <application
         android:name=".OrbotApp"
         android:allowBackup="false"





More information about the tor-commits mailing list