|
60 | 60 | <data android:pathPrefix="/room" />
|
61 | 61 | </intent-filter>
|
62 | 62 |
|
| 63 | + <intent-filter> |
| 64 | + <action android:name="android.intent.action.VIEW" /> |
| 65 | + <category android:name="android.intent.category.DEFAULT" /> |
| 66 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 67 | + |
| 68 | + <data android:scheme="flipchat" /> |
| 69 | + <data android:host="app.flipchat.xyz" /> |
| 70 | + <data android:pathPrefix="/room" /> |
| 71 | + </intent-filter> |
| 72 | + |
63 | 73 | <intent-filter android:autoVerify="true">
|
64 | 74 | <action android:name="android.intent.action.VIEW" />
|
65 | 75 | <category android:name="android.intent.category.DEFAULT" />
|
|
70 | 80 | <data android:pathPrefix="/login" />
|
71 | 81 | </intent-filter>
|
72 | 82 |
|
| 83 | + <intent-filter> |
| 84 | + <action android:name="android.intent.action.VIEW" /> |
| 85 | + <category android:name="android.intent.category.DEFAULT" /> |
| 86 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 87 | + |
| 88 | + <data android:scheme="flipchat" /> |
| 89 | + <data android:host="app.flipchat.xyz" /> |
| 90 | + <data android:pathPrefix="/login" /> |
| 91 | + </intent-filter> |
| 92 | + |
73 | 93 | <intent-filter android:autoVerify="true">
|
74 | 94 | <action android:name="android.intent.action.VIEW" />
|
75 | 95 | <category android:name="android.intent.category.DEFAULT" />
|
|
79 | 99 | <data android:host="app.flipchat.xyz" />
|
80 | 100 | <data android:pathPrefix="/user" />
|
81 | 101 | </intent-filter>
|
| 102 | + |
| 103 | + <intent-filter> |
| 104 | + <action android:name="android.intent.action.VIEW" /> |
| 105 | + <category android:name="android.intent.category.DEFAULT" /> |
| 106 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 107 | + |
| 108 | + <data android:scheme="flipchat" /> |
| 109 | + <data android:host="app.flipchat.xyz" /> |
| 110 | + <data android:pathPrefix="/user" /> |
| 111 | + </intent-filter> |
82 | 112 | </activity>
|
83 | 113 |
|
84 | 114 | <!--
|
|
0 commit comments