summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2013-04-29 10:24:50 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2013-04-29 10:25:40 -0700
commit1868c7f420e236fb836eb2740ec929905cf281cf (patch)
tree8e522fba017aadd1c7532851887139a981c1027d
parentd8ce51f24b7dcab8496db4da86892b338f24a8d7 (diff)
downloadgrouper-1868c7f420e236fb836eb2740ec929905cf281cf.tar.gz
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
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 16b3082..5b5a7a0 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -38,7 +38,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>