<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="io.textile.textile">
    <application android:usesCleartextTraffic="true">
        <service android:name=".LifecycleService" android:exported="false" />
    </application>
</manifest>
