What is the difference between WifiConfiguration.Status = CURRENT and ENABLED? I can figure for DISABLED but the difference between CURRENT and ENABLED is not obvious to me.
Also, for a given connected network, 4.0.3 doesn't give me the save status as 4.0.4 and 4.2.2 give me. The former gives me ENABLED while the later give me CURRENT. Someone knows why?
Thanks!
From the Javadoc for the
Status
class:So if 4.0.3 isn't returning
CURRENT
for the currently connected network, that seems likely to be a bug that was fixed in 4.0.4.