BroadcastReceiver issue only on Android 4.4.2 -


I am developing an Android app that should be capable of detecting the time connected to the WiFi network. This implies that is based on WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION (). It works fine on different Android versions except the Android 4.4.2, the receiver did not receive any action on this version. Why ?!


Comments

Popular posts from this blog

javascript - Render HTML after each iteration in loop -

java - Joda Time Interval Not returning what I expect -

python - Pandas concat gives error ValueError: Plan shapes are not aligned -