You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Kyle Paul (JIRA)" <ji...@apache.org> on 2014/09/04 17:16:51 UTC

[jira] [Updated] (CB-7301) Cordova Network Plugin - Adding NetworkManager::getType support for NetworkInfo.getTypeName() returning "CELLULAR"

     [ https://issues.apache.org/jira/browse/CB-7301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kyle Paul updated CB-7301:
--------------------------
    Component/s: Plugin Network Information

> Cordova Network Plugin - Adding NetworkManager::getType support for NetworkInfo.getTypeName() returning "CELLULAR"
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-7301
>                 URL: https://issues.apache.org/jira/browse/CB-7301
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, Plugin Network Information
>    Affects Versions: 3.3.0, 3.4.0, 3.5.0
>         Environment: Android L
>            Reporter: Kyle Paul
>            Priority: Minor
>             Fix For: 3.3.0, 3.4.0, 3.5.0
>
>
> The [Android API 20 documentation|http://developer.android.com/reference/android/net/NetworkInfo.html#getTypeName()] currently states that "MOBILE" and "WIFI" are returned when referencing NetworkInfo.getTypeName(). 
> By testing on a Nexus 5 with the Android L Developer Preview, NetworkInfo.getTypeName() is actually returning "CELLULAR" and "WIFI" instead.
> Thus the Cordova Network plugin will only return "UNKNOWN" (line 270 in [NetworkManager.java|https://github.com/apache/cordova-plugin-network-information/blob/master/src/android/NetworkManager.java]) unless the device is connected on a Wi-Fi network.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)