diff options
| author | RetrogisusDEV | 2023-11-04 21:31:59 -0400 |
|---|---|---|
| committer | Jules Aguillon | 2023-11-06 20:52:35 +0100 |
| commit | 73060bfc0059e2238897fb29ff9b24a53c5fa3fc (patch) | |
| tree | 7457249e444c241550ffc22f81804be3742b5b1c /AndroidManifest.xml | |
| parent | 60134effdc7a8840d2d7ba859ade02330ee3c206 (diff) | |
| download | unexpected-keyboard-73060bfc0059e2238897fb29ff9b24a53c5fa3fc.tar.gz unexpected-keyboard-73060bfc0059e2238897fb29ff9b24a53c5fa3fc.zip | |
Adaptive launcher icon
Existing icons are kept for API < 26.
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4938399..a9bb792 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="36" android:versionName="1.24.0" android:hardwareAccelerated="false"> <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="33"/> - <application android:label="@string/app_name" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:hardwareAccelerated="false"> + <application android:label="@string/app_name" android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:hardwareAccelerated="false"> <service android:name="juloo.keyboard2.Keyboard2" android:label="@string/app_name" android:permission="android.permission.BIND_INPUT_METHOD" android:exported="true" android:directBootAware="true"> <intent-filter> <action android:name="android.view.InputMethod"/> </intent-filter> <meta-data android:name="android.view.im" android:resource="@xml/method"/> </service> - <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@drawable/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/android:Theme.DeviceDefault" android:exported="true" android:directBootAware="true"> + <activity android:name="juloo.keyboard2.SettingsActivity" android:icon="@mipmap/ic_launcher" android:label="@string/settings_activity_label" android:theme="@style/android:Theme.DeviceDefault" android:exported="true" android:directBootAware="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> </intent-filter> </activity> - <activity android:name="juloo.keyboard2.LauncherActivity" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/android:Theme.DeviceDefault" android:exported="true" android:directBootAware="true"> + <activity android:name="juloo.keyboard2.LauncherActivity" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/android:Theme.DeviceDefault" android:exported="true" android:directBootAware="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> |
