This commit is contained in:
Mustafa Buyukcelebi 2019-02-28 16:20:01 +03:00
parent 874335426a
commit f9ae512b68

View File

@ -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" />