NetworkInfo实例化

时间:2013-09-02 10:16:37

标签: android

GrepCode显示NetworkInfo的构造函数

public NetworkInfo(int type, int subtype, String typeName, String subtypeName)

但我不能在日蚀中看到它。有没有特定的方法来实例化NetworkInfo(如果可能的话)?

1 个答案:

答案 0 :(得分:0)

这个构造函数是hide。你不能正常地实现它,但我认为你可以使用反射来使用它。

来自源代码

/**
 * @hide
 */
public NetworkInfo(int type, int subtype, String typeName, String subtypeName)