<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <!-- A mail engine needs the network; nothing else. The Expo config plugin
         keeps these in sync for managed apps. -->
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

</manifest>
