Skip to content

Commit

Permalink
esteem.app host addition
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jan 22, 2020
1 parent 2223aec commit 4a1e7fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="esteem" />
</intent-filter>
<intent-filter android:label="eSteem">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="esteem.app" />
</intent-filter>
<intent-filter android:label="eSteem">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
Expand Down

0 comments on commit 4a1e7fc

Please sign in to comment.