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

  <application>
    <activity
      android:name=".DefaultErrorScreen"
      android:process=":crash" />
  </application>
</manifest>
