abouttreesummaryrefslogcommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJules Aguillon2025-04-14 22:39:42 +0200
committerJules Aguillon2025-04-14 22:39:42 +0200
commit70fb1e8fc1069d072c59fc7db40d497bbd5ec324 (patch)
tree170f97c6c529430109da2a195ea86d0cca5ee56b /AndroidManifest.xml
parent2bd3e107ace2d28dcc73bc8b9b9d3c79edd21cd5 (diff)
downloadunexpected-keyboard-70fb1e8fc1069d072c59fc7db40d497bbd5ec324.tar.gz
unexpected-keyboard-70fb1e8fc1069d072c59fc7db40d497bbd5ec324.zip
strings: Shorter name for the settings activity
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index bee30c3..aeae1d1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -11,7 +11,7 @@
<meta-data android:name="android.view.im" android:resource="@xml/method"/>
</service>
- <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@mipmap/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/settingsTheme" android:exported="true" android:directBootAware="true">
+ <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/settingsTheme" android:exported="true" android:directBootAware="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>