[NAN] Do not expose WifiManager.isNanSupported as new API

am: a3264c4e3d

Change-Id: Ifd6a9bb6a129e441b033f3e392c88162ed029493
This commit is contained in:
Etan Cohen
2016-08-19 16:58:00 +00:00
committed by android-build-merger

View File

@@ -1143,7 +1143,7 @@ public class WifiManager {
/**
* @return true if this adapter supports Neighbour Awareness Network APIs
* @hide PROPOSED_NAN_API
* @hide
*/
public boolean isNanSupported() {
return isFeatureSupported(WIFI_FEATURE_NAN);