icon: add regular png icon for compatibility with some launchers

See https://github.com/termux/termux-app/issues/991.

Adaptive icon will continue to be automatically used if supported.
This commit is contained in:
Leonid Pliushch
2021-02-03 15:49:03 +02:00
parent 0e94d52094
commit 7be1fe5555
16 changed files with 8 additions and 36 deletions

View File

@@ -11,7 +11,7 @@
<permission android:name="com.termux.permission.RUN_COMMAND"
android:label="@string/run_command_permission_label"
android:description="@string/run_command_permission_description"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:protectionLevel="dangerous" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -28,7 +28,8 @@
<application
android:extractNativeLibs="true"
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:banner="@drawable/banner"
android:label="@string/application_name"
android:theme="@style/Theme.Termux"