Skip to content

Commit d12646a

Browse files
committed
kereMP: app name
1 parent 2c5ea63 commit d12646a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
android:appCategory="audio"
2525
android:enableOnBackInvokedCallback="true"
2626
android:icon="@mipmap/ic_launcher"
27-
android:label="@string/app_name"
27+
android:label="@string/app_name_kere_mp"
2828
android:networkSecurityConfig="@xml/network_security_config"
2929
android:roundIcon="@mipmap/ic_launcher"
3030
android:supportsRtl="true"
@@ -105,7 +105,7 @@
105105
android:name=".services.PlaybackService"
106106
android:exported="true"
107107
android:foregroundServiceType="mediaPlayback"
108-
android:label="@string/app_name"
108+
android:label="@string/app_name_kere_mp"
109109
tools:ignore="ExportedService">
110110

111111
<intent-filter>

app/src/main/res/layout-land/fragment_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
android:id="@+id/toolbar"
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
25-
tools:title="@string/app_name">
25+
tools:title="@string/app_name_kere_mp">
2626

2727
<com.google.android.material.button.MaterialButton
2828
android:id="@+id/settingsMaterialButton"

app/src/main/res/layout/fragment_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
android:id="@+id/toolbar"
2323
android:layout_width="match_parent"
2424
android:layout_height="wrap_content"
25-
tools:title="@string/app_name">
25+
tools:title="@string/app_name_kere_mp">
2626

2727
<com.google.android.material.button.MaterialButton
2828
android:id="@+id/settingsMaterialButton"

app/src/main/res/navigation/fragment_main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<fragment
2929
android:id="@+id/mainFragment"
3030
android:name="org.lineageos.twelve.fragments.MainFragment"
31-
android:label="@string/app_name"
31+
android:label="@string/app_name_kere_mp"
3232
tools:layout="@layout/fragment_main">
3333

3434
<action

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
-->
66
<resources>
77
<string name="app_name">Music</string>
8+
<string name="app_name_kere_mp" translatable="false">kereMP</string>
89

910
<!-- Toast messages -->
1011
<string name="app_permissions_toast">Permissions not granted by the user.</string>

0 commit comments

Comments
 (0)