<manifest package="expo.modules.appauth"
          xmlns:android="http://schemas.android.com/apk/res/android">
    <application>
        <activity
        android:name=".AppAuthBrowserActivity"
        android:exported="false"
        android:launchMode="singleTask"
        android:theme="@android:style/Theme.Translucent.NoTitleBar" />
    </application>
</manifest>
