separate process for StatusService (#355)
This commit is contained in:
parent
eb50cdd83e
commit
6cc38ba684
|
@ -26,6 +26,7 @@
|
|||
<service
|
||||
android:name=".module.StatusService"
|
||||
android:enabled="true"
|
||||
android:process=":status_service"
|
||||
android:exported="true"/>
|
||||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity"/>
|
||||
</application>
|
||||
|
|
Loading…
Reference in New Issue