Update AndroidManifest.xml

pull/605/head
jhengazuji 4 months ago
parent 571404691c
commit 55e6542d68
  1. 5
      app/src/main/AndroidManifest.xml

@ -37,6 +37,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
android:pageSizeCompat="enabled"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="true"
android:roundIcon="@mipmap/ic_launcher_round"
@ -69,8 +70,8 @@
<activity
android:name=".ui.activity.CrashActivity"
android:theme="@style/Theme.Crash"
android:process=":error_activity" />
android:process=":error_activity"
android:theme="@style/Theme.Crash" />
<receiver
android:name=".receiver.ActionReceiver"

Loading…
Cancel
Save