mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
Fixes #643
This commit is contained in:
parent
874335426a
commit
f9ae512b68
@ -23,25 +23,25 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<intent-filter android:label="filter_react_native">
|
||||
<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="esteem" />
|
||||
</intent-filter>
|
||||
<intent-filter android:label="filter_react_native">
|
||||
<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="steemit.com" />
|
||||
</intent-filter>
|
||||
<intent-filter android:label="filter_react_native">
|
||||
<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="busy.org" />
|
||||
</intent-filter>
|
||||
<intent-filter android:label="filter_react_native">
|
||||
<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" />
|
||||
|
Loading…
Reference in New Issue
Block a user