Android SyncAdapter同步未运行(API>;=23)

Android SyncAdapter同步未运行(API>;=23),android,android-syncadapter,android-jobscheduler,Android,Android Syncadapter,Android Jobscheduler,我已计划使用SyncAdapter进行同步。初始运行后,同步不会运行。从Bugreportadb shell dumpsys content,可以看到同步有一些未满足的约束。未满足的约束是连接,但我的设备中已连接Wifi网络(从Bugreport确认:Wifi已启用) 通过SyncAdapter计划同步时,我没有设置任何允许的网络类型。鉴于我有Wifi连接,连接约束不满足的情况有哪些。为什么同步没有运行 Requires: charging=false deviceIdle=false Netw

我已计划使用SyncAdapter进行同步。初始运行后,同步不会运行。从Bugreport
adb shell dumpsys content
,可以看到同步有一些未满足的约束。未满足的约束是连接,但我的设备中已连接Wifi网络(从Bugreport确认:
Wifi已启用

通过SyncAdapter计划同步时,我没有设置任何允许的网络类型。鉴于我有Wifi连接,连接约束不满足的情况有哪些。为什么同步没有运行

Requires: charging=false deviceIdle=false
Network type: 1
Backoff: policy=1 initial=+30s0ms
Required constraints: CONNECTIVITY
Satisfied constraints: APP_NOT_IDLE DEVICE_NOT_DOZING
Unsatisfied constraints: CONNECTIVITY