|
@ -51,8 +51,6 @@ |
|
|
|
|
|
|
|
|
<data android:scheme="http" /> |
|
|
<data android:scheme="http" /> |
|
|
<data android:scheme="https" /> |
|
|
<data android:scheme="https" /> |
|
|
<data android:host="ig.me" /> |
|
|
|
|
|
<data android:host="www.ig.me" /> |
|
|
|
|
|
<data android:host="instagr.am" /> |
|
|
<data android:host="instagr.am" /> |
|
|
<data android:host="www.instagr.am" /> |
|
|
<data android:host="www.instagr.am" /> |
|
|
<data android:host="instagram.com" /> |
|
|
<data android:host="instagram.com" /> |
|
@ -60,6 +58,7 @@ |
|
|
<data android:pathPrefix="/" /> |
|
|
<data android:pathPrefix="/" /> |
|
|
<data android:pathPrefix="/p" /> |
|
|
<data android:pathPrefix="/p" /> |
|
|
<data android:pathPrefix="/explore/tags" /> |
|
|
<data android:pathPrefix="/explore/tags" /> |
|
|
|
|
|
<data android:pathPrefix="/explore/locations" /> |
|
|
</intent-filter> |
|
|
</intent-filter> |
|
|
</activity> |
|
|
</activity> |
|
|
<activity |
|
|
<activity |
|
@ -104,14 +103,6 @@ |
|
|
|
|
|
|
|
|
<data android:mimeType="text/plain" /> |
|
|
<data android:mimeType="text/plain" /> |
|
|
</intent-filter> |
|
|
</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> |
|
|
<activity |
|
|
<activity |
|
|
android:name=".activities.Login" |
|
|
android:name=".activities.Login" |
|
|