From 8c904ecadde91d19d97a011377cc978459d601ce Mon Sep 17 00:00:00 2001
From: Lizerui9926 <110582652+Lizerui9926@users.noreply.github.com>
Date: 星期四, 02 十一月 2023 17:13:18 +0800
Subject: [PATCH] Merge pull request #1053 from alibaba-damo-academy/dev_lzr_en
---
funasr/runtime/android/AndroidClient/app/src/main/AndroidManifest.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/funasr/runtime/android/AndroidClient/app/src/main/AndroidManifest.xml b/funasr/runtime/android/AndroidClient/app/src/main/AndroidManifest.xml
index 19af8b3..74c5d0c 100644
--- a/funasr/runtime/android/AndroidClient/app/src/main/AndroidManifest.xml
+++ b/funasr/runtime/android/AndroidClient/app/src/main/AndroidManifest.xml
@@ -10,9 +10,9 @@
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
- android:icon="@mipmap/ic_launcher"
+ android:icon="@drawable/logo"
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher_round"
+ android:roundIcon="@drawable/logo"
android:supportsRtl="true"
android:theme="@style/Theme.AndroidClient"
tools:targetApi="31">
--
Gitblit v1.9.1