optimizely/android-sdk

SUPPLICANT_CONNECTION_CHANGE_ACTION is deprecated in API 28

beraldofilippo opened this issue · 2 comments

Hello,

following the SDK docs I have noticed that when registering a broadcast receive to retrieve connection change events we're required to use IntentFilter(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION).

It looks like now that SUPPLICANT_CONNECTION_CHANGE_ACTION has been deprecated since API 28, and by the looks of it there's no quick way around this. What would you suggest here?

Thanks

@beraldofilippo thanks for the heads up. We will look into it. In the meantime. Just don't register the event rescheduler for the supplicant connection change.