Browse Source

Open instagr.am links too

renovate/org.robolectric-robolectric-4.x
tcely 4 years ago
committed by GitHub
parent
commit
fdcc6768bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/AndroidManifest.xml

2
app/src/main/AndroidManifest.xml

@ -54,6 +54,8 @@
<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" />
<data android:host="www.instagram.com" />
<data android:pathPrefix="/" />

Loading…
Cancel
Save