Skip to content

Commit dd37aee

Browse files
committed
1.2
1 parent 0c3666a commit dd37aee

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
- 如果是经典导航键(三按钮),需要在`桌面设置-系统导航方式-按键快捷方式-长按Home键`里,选择`语音助手`,之后长按Home键触发
1818

1919

20-
4. 如果没有反应,尝试在`设置-应用设置-右上角其他设置-默认应用设置-助手和语音输入-数字助理应用`里选择Google
20+
4. 如果没有反应,尝试执行以下选项后重试:
21+
-`设置-应用设置-右上角其他设置-默认应用设置-助手和语音输入-数字助理应用`里选择Google
22+
- 在Google的应用信息里`清除全部数据`,再打开Google,再到应用信息里`结束运行`并开启`自启动`

README_en.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ Enable Circle to Search for Xiaomi System Launcher
1717
- 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
1818

1919

20-
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`
20+
4. If it doesn't work, try performing the following options and then retry:
21+
- select Google in `Settings - Apps - Manage apps - Other Settings in the upper right corner - Default apps - Assist & voice input - Digital Assistant App`
22+
- `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

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
defaultConfig {
1111
applicationId = "com.parallelc.micts"
1212
minSdk = 27
13-
targetSdk = 34
14-
versionCode = 2
15-
versionName = "1.1"
13+
targetSdk = 35
14+
versionCode = 3
15+
versionName = "1.2"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)