Remove wifi_p2p network.

The state tracker wasn't really reporting p2p info anyway
so this was broken and was confusing people as it used
straight wifi as its type, giving 2 wifi networks and
generating extra broadcasts.

bug:8658717
Change-Id: I3deb0c62e8112abb0bbd546f00f167d58047775f
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 80be669..9d8288b 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -50,7 +50,6 @@
     <string-array translatable="false" name="networkAttributes">
         <item>"wifi,1,1,2,-1,true"</item>
         <item>"bluetooth,7,7,0,-1,true"</item>
-        <item>"wifi_p2p,13,1,0,-1,true"</item>
         <item>"ethernet,9,9,9,-1,true"</item>
     </string-array>