From 78e4f729be82b515480759addb64bd8d4e124dca Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期二, 24 十月 2023 19:52:44 +0800
Subject: [PATCH] add check for chunk_size_vec
---
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