summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-08-21 16:14:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-08-21 16:14:47 +0200
commit1e35a88194b295e5feae02331dc9e34f7947e114 (patch)
tree505cc49d334bc014cb0cb6cc1b1f06ecf76d4118
parentf9dd57de12c3659fbcfe69675e2b5d9d2cb3bfee (diff)
parente3e828f01df1d69464415526f979646a6aeadff3 (diff)
downloadAntennaPod-1e35a88194b295e5feae02331dc9e34f7947e114.zip
Merge branch 'develop' of git://github.com/sethoscope/AntennaPod into sethoscope-develop
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ed441e090..d99375a27 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -61,6 +61,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
+ <data android:scheme="https"/>
<data android:host="*"/>
<data android:pathPattern=".*\\.xml"/>
<data android:pathPattern=".*\\.rss"/>
@@ -71,6 +72,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
+ <data android:scheme="https"/>
<data android:host="feeds.feedburner.com"/>
<data android:host="feedproxy.google.com"/>
<data android:host="feeds2.feedburner.com"/>
@@ -82,6 +84,7 @@
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="http"/>
+ <data android:scheme="https"/>
<data android:mimeType="text/xml"/>
<data android:mimeType="application/rss+xml"/>
<data android:mimeType="application/atom+xml"/>