version:1.7.9
fix:修复竖屏报错 update:增加客服,适配不同版本ai精准学
This commit is contained in:
@@ -6,7 +6,6 @@ import android.content.Intent;
|
||||
import android.text.TextUtils;
|
||||
import android.util.Log;
|
||||
|
||||
import com.uiui.zyos.service.main.MainService;
|
||||
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
@@ -18,7 +17,7 @@ import io.reactivex.rxjava3.disposables.Disposable;
|
||||
public class BootReceiver extends BroadcastReceiver {
|
||||
private static final String TAG = BootReceiver.class.getSimpleName();
|
||||
public static final String BOOT_COMPLETED = "zuoyeos.action.BOOT_COMPLETED";
|
||||
public static final String SOS = "zuoyeos.action.SOS";
|
||||
public static final String SOS = "zyos.action.SOS";
|
||||
|
||||
static {
|
||||
getLockedState();
|
||||
@@ -72,7 +71,7 @@ public class BootReceiver extends BroadcastReceiver {
|
||||
// Intent alarmIntent = new Intent(MessageReceiver.SET_ALARMCLOCK);
|
||||
// context.sendBroadcast(alarmIntent);
|
||||
case Intent.ACTION_BOOT_COMPLETED:
|
||||
context.startService(new Intent(context, MainService.class));
|
||||
// context.startService(new Intent(context, MainService.class));
|
||||
break;
|
||||
// TODO: 2023/6/17 频繁唤醒耗电
|
||||
// case Intent.ACTION_BATTERY_CHANGED:
|
||||
|
||||
Reference in New Issue
Block a user