From dd37aee4d22b99c82ab8d540640f8bd626400fb7 Mon Sep 17 00:00:00 2001 From: Parallelc Date: Tue, 5 Nov 2024 00:57:16 +0800 Subject: [PATCH] 1.2 --- README.md | 4 +++- README_en.md | 4 +++- app/build.gradle.kts | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 473b1e3..c795ac6 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ - 如果是经典导航键(三按钮),需要在`桌面设置-系统导航方式-按键快捷方式-长按Home键`里,选择`语音助手`,之后长按Home键触发 -4. 如果没有反应,尝试在`设置-应用设置-右上角其他设置-默认应用设置-助手和语音输入-数字助理应用`里选择Google \ No newline at end of file +4. 如果没有反应,尝试执行以下选项后重试: + - 在`设置-应用设置-右上角其他设置-默认应用设置-助手和语音输入-数字助理应用`里选择Google + - 在Google的应用信息里`清除全部数据`,再打开Google,再到应用信息里`结束运行`并开启`自启动` \ No newline at end of file diff --git a/README_en.md b/README_en.md index 012b165..2e0ba7d 100644 --- a/README_en.md +++ b/README_en.md @@ -17,4 +17,6 @@ Enable Circle to Search for Xiaomi System Launcher - For `Buttons`, select `Launch Google Assistant` in `Home Screen Settings - System Navigation - Button shortcuts - Long press the Home button`, and then long press the home button to trigger -4. If it doesn't work, try to select Google in `Settings - Apps - Manage apps - Other Settings in the upper right corner - Default apps - Assist & voice input - Digital Assistant App` \ No newline at end of file +4. If it doesn't work, try performing the following options and then retry: + - select Google in `Settings - Apps - Manage apps - Other Settings in the upper right corner - Default apps - Assist & voice input - Digital Assistant App` + - `Clear all data` in Google's `App info`, open Google, then go back to `App info`, `Force stop` and turn on `Autostart` if it exists \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c9199e8..2e41637 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -10,9 +10,9 @@ android { defaultConfig { applicationId = "com.parallelc.micts" minSdk = 27 - targetSdk = 34 - versionCode = 2 - versionName = "1.1" + targetSdk = 35 + versionCode = 3 + versionName = "1.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }