summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-07-22 16:50:02 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-07-22 16:50:02 -0400
commit872fff1d99e2f3fd76d53374c7820a193052c501 (patch)
tree6bd37e790d514bcae72abbe79f998f57aa6f3c88 /core
parent47ac240f56dd7cb3eab81b040bfbcae62d1341e8 (diff)
downloadAntennaPod-872fff1d99e2f3fd76d53374c7820a193052c501.zip
Fix QueryPermissionsNeeded code lint errors
Diffstat (limited to 'core')
-rw-r--r--core/src/main/AndroidManifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml
index 59267fa39..afff8c2b5 100644
--- a/core/src/main/AndroidManifest.xml
+++ b/core/src/main/AndroidManifest.xml
@@ -52,4 +52,16 @@
android:exported="true"/>
</application>
+ <queries>
+ <intent>
+ <action android:name="android.intent.action.SEND" />
+ <data android:mimeType="*/*" />
+ </intent>
+
+ <intent>
+ <action android:name="android.intent.action.VIEW" />
+ <data android:scheme="https" />
+ </intent>
+ </queries>
+
</manifest>