<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <application>
        <activity
            android:name=".DefaultErrorScreen"
            android:exported="false" />
    </application>
</manifest>