focusnet / focus-app-android

FOCUS Mobile
http://www.focusnet.eu
MIT License
0 stars 0 forks source link

NetworkManager#isNetworkAvailable(): do not use deprecated getNetworkInfo() #13

Open jlnknz opened 8 years ago

jlnknz commented 8 years ago

From Android doc:

     * @deprecated This method does not support multiple connected networks
     *             of the same type. Use {@link #getAllNetworks} and
     *             {@link #getNetworkInfo(android.net.Network)} instead.