1.4.0515 修改c2上蓝牙问题

This commit is contained in:
2024-05-15 15:46:07 +08:00
parent 58c36173fd
commit 367832516f
5 changed files with 19 additions and 51 deletions

View File

@@ -2022,6 +2022,7 @@ public class JGYUtils {
public void openOTA() {
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
/*知道要跳转应用的包命与目标Activity*/
ComponentName componentName = new ComponentName("com.adups.fota", "com.adups.fota.GoogleOtaClient");
intent.setComponent(componentName);