Fix android build by removing unused string from manifest

(cherry picked from commit 7066d39715da6632f234508ea806aee99f88e6f9)
This commit is contained in:
Bart De Vries 2025-01-15 11:20:46 +01:00 committed by Volker Krause
parent cdf6148c69
commit 8559695db5

View File

@ -44,7 +44,6 @@
<meta-data android:name="android.app.static_init_classes" android:value="-- %%INSERT_INIT_CLASSES%% --"/>
<!-- Messages maps -->
<meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/>
<meta-data android:value="@string/unsupported_android_version" android:name="android.app.unsupported_android_version"/>
<!-- Splash screen -->
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/splash"/>