Remove app name label from main activities in AndroidManifest

This commit is contained in:
2026-03-28 10:51:04 +01:00
parent d1ef218b16
commit 6dacd269e0
2 changed files with 0 additions and 2 deletions

View File

@@ -27,7 +27,6 @@
<activity
android:name=".TvActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Purefin">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View File

@@ -20,7 +20,6 @@
<activity
android:name=".PurefinActivity"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Purefin">
<intent-filter>
<action android:name="android.intent.action.MAIN" />