summaryrefslogtreecommitdiff
path: root/core/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorcketti <ck@cketti.de>2022-03-15 20:21:20 +0100
committerGitHub <noreply@github.com>2022-03-15 20:21:20 +0100
commita7e795241e09df2d7b8773599185905afa8f54ff (patch)
tree36f121fd81c78c0710bc5e7979c280c4e7314b4a /core/src/main/AndroidManifest.xml
parent197a0a10443fdc189ecababe6805880609204d87 (diff)
downloadAntennaPod-a7e795241e09df2d7b8773599185905afa8f54ff.zip
Use ShareCompat.IntentBuilder for all share actions (#5780)
Diffstat (limited to 'core/src/main/AndroidManifest.xml')
-rw-r--r--core/src/main/AndroidManifest.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml
index 9b23acd1d..3dd15a588 100644
--- a/core/src/main/AndroidManifest.xml
+++ b/core/src/main/AndroidManifest.xml
@@ -50,11 +50,6 @@
<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>