rectangle-dbmi / Realtime-Port-Authority

Realtime transit tracker of Pittsburgh's Port Authority buses using the realtime PAT API using Google Maps to Display the Maps
GNU General Public License v3.0
60 stars 33 forks source link

Fix "Is Wifi Connected" Logic: Newer Android Versions No Longer Behave Correctly #374

Open epicstar opened 1 year ago

epicstar commented 1 year ago

The Is Wifi Connected Logic in AndroidWifiChecker.kt no longer works correctly in newer versions of the OS. This is because the calls we are using to determine the wifi state is deprecated.

Please fix.

epicstar commented 1 year ago

Here is are proposed solutions on SO: https://stackoverflow.com/questions/3841317/how-do-i-see-if-wi-fi-is-connected-on-android?answertab=modifieddesc#tab-top

However, we may want to research this a little further.