Skip to content
Snippets Groups Projects
Commit 69969cd6 authored by Richard Alam's avatar Richard Alam
Browse files

- add bigbluebuttons scheme for android

parent 9be328eb
No related branches found
No related tags found
No related merge requests found
......@@ -316,8 +316,16 @@
<category android:name="android.intent.category.BROWSABLE" />
<!-- <data android:scheme="http" android:host="bbb.mobi" android:pathPattern=".*" />-->
<data android:scheme="bigbluebutton" />
<data android:scheme="bigbluebuttons" />
</intent-filter>
<!-- End Test for URL scheme -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="bigbluebuttons" />
</intent-filter>
</activity>
<service android:name="com.juankpro.ane.localnotif.LocalNotificationIntentService"/>
<receiver android:name="com.juankpro.ane.localnotif.AlarmIntentService" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment