Sets a value of an info.
(String key, String value)
| 33 | public native String infoForKey(String key); |
| 34 | /** Sets a value of an info. */ |
| 35 | public native void setInfoForKey(String key, String value); |
| 36 | |
| 37 | private native void setupNative(); |
| 38 | } |
no outgoing calls
no test coverage detected