version:1.0.0
update:更新aidl bugfixes:
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user