diff options
| author | Jules Aguillon | 2025-04-14 22:39:42 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2025-04-14 22:39:42 +0200 |
| commit | 70fb1e8fc1069d072c59fc7db40d497bbd5ec324 (patch) | |
| tree | 170f97c6c529430109da2a195ea86d0cca5ee56b /AndroidManifest.xml | |
| parent | 2bd3e107ace2d28dcc73bc8b9b9d3c79edd21cd5 (diff) | |
| download | unexpected-keyboard-70fb1e8fc1069d072c59fc7db40d497bbd5ec324.tar.gz unexpected-keyboard-70fb1e8fc1069d072c59fc7db40d497bbd5ec324.zip | |
strings: Shorter name for the settings activity
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 2 |
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> |
