version:1.0.0

update:更新aidl
bugfixes:
This commit is contained in:
2024-07-11 10:48:25 +08:00
parent a8c6e48435
commit 986bebfea4
2 changed files with 2 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ import android.util.Log;
import com.tencent.bugly.crashreport.CrashReport;
import com.tencent.mmkv.MMKV;
import com.xxpatx.os.config.CommonConfig;
import com.uiuios.sn.IGetInfoInterface;
import com.xxpatx.sn.IGetInfoInterface;
import java.util.Set;
import java.util.concurrent.CopyOnWriteArraySet;
@@ -168,19 +168,6 @@ public class RemoteManager {
return "获取失败";
}
public String getBluetoothDeviceName() {
if (mIGetInfoInterface != null) {
try {
return mIGetInfoInterface.getBluetoothSsid();
} catch (Exception e) {
Log.e(TAG, "killBackgroundProcesses: " + e.getMessage());
}
} else {
bindInfoService();
}
return "获取失败";
}
public void openLauncher3() {
if (mIGetInfoInterface != null) {
try {