fix wrong name shown in launcher

This commit is contained in:
Helium314 2025-03-02 10:56:49 +01:00
parent b4f3732cde
commit 45c30b5c64

View file

@ -53,7 +53,6 @@ SPDX-License-Identifier: Apache-2.0 AND GPL-3.0-only
android:theme="@style/platformActivityTheme" android:theme="@style/platformActivityTheme"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:windowSoftInputMode="adjustResize" android:windowSoftInputMode="adjustResize"
android:label="@string/ime_settings"
android:exported="true"> android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />