mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 08:21:35 +00:00
intent test cases for #1201
This commit is contained in:
parent
5c0598502a
commit
65addf8c92
2 changed files with 26 additions and 10 deletions
|
|
@ -51,8 +51,6 @@
|
|||
|
||||
<data android:scheme="http" />
|
||||
<data android:scheme="https" />
|
||||
<data android:host="ig.me" />
|
||||
<data android:host="www.ig.me" />
|
||||
<data android:host="instagr.am" />
|
||||
<data android:host="www.instagr.am" />
|
||||
<data android:host="instagram.com" />
|
||||
|
|
@ -60,6 +58,7 @@
|
|||
<data android:pathPrefix="/" />
|
||||
<data android:pathPrefix="/p" />
|
||||
<data android:pathPrefix="/explore/tags" />
|
||||
<data android:pathPrefix="/explore/locations" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
|
@ -104,14 +103,6 @@
|
|||
|
||||
<data android:mimeType="text/plain" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:host="ig.me" />
|
||||
<data android:scheme="http" />
|
||||
<data android:scheme="https" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".activities.Login"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue