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

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -