abouttreesummaryrefslogcommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJules Aguillon2025-12-22 01:27:07 +0100
committerGitHub2025-12-22 01:27:07 +0100
commitb40be68773939d3d3b55a819cdfe1d9e9a60bc4e (patch)
treea556e151e1ebabe2a066f89867d1e26333da7f61 /AndroidManifest.xml
parent258215f26c52b55b5760b707dbd0a749d418ce58 (diff)
downloadunexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.tar.gz
unexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.zip
Fix various linting issues (#1146)
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 aeae1d1..fb47a5f 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/app_name" android:theme="@style/settingsTheme" android:exported="true" android:directBootAware="true">
+ <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@mipmap/ic_launcher" android:theme="@style/settingsTheme" android:exported="true" android:directBootAware="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
</intent-filter>