We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253c487 commit f1de87eCopy full SHA for f1de87e
android-studio-project/WebCast/src/main/AndroidManifest.xml
@@ -45,6 +45,14 @@
45
<data android:scheme="http" />
46
<data android:scheme="https" />
47
</intent-filter>
48
+ <intent-filter>
49
+ <action android:name="android.intent.action.VIEW" />
50
+ <category android:name="android.intent.category.DEFAULT" />
51
+ <category android:name="android.intent.category.BROWSABLE" />
52
+ <data android:scheme="http" />
53
+ <data android:scheme="https" />
54
+ <data android:mimeType="text/html" />
55
+ </intent-filter>
56
</activity>
57
58
<activity
0 commit comments