added also android

This commit is contained in:
u-e 2019-01-21 17:40:38 +03:00
parent 91ec526b7c
commit 1b580a4c2f

View File

@ -22,6 +22,13 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:label="filter_react_native">
<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" android:host="esteem" />
<data android:scheme="steemit" android:host="steemit" />
</intent-filter>
</activity>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
<meta-data