aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Greenwalt <rgreenwalt@google.com>2013-04-29 10:21:27 -0700
committerRobert Greenwalt <rgreenwalt@google.com>2013-04-29 10:21:27 -0700
commit6c7d339e995eeabd24355cd0c2c30a792ae37c8d (patch)
treef43e5d892dda79e7c5f725485acf363b9f606cbc
parent9d0ac7b1db085a23114227507e1c6b3f93b26bdc (diff)
downloadpanda-6c7d339e995eeabd24355cd0c2c30a792ae37c8d.tar.gz
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 3cfb35a..48769bb 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -40,7 +40,6 @@
<!-- the 6th element indicates boot-time dependency-met value. -->
<string-array translatable="false" name="networkAttributes">
<item>"wifi,1,1,1,-1,true"</item>
- <item>"wifi_p2p,13,1,0,-1,true"</item>
<item>"ethernet,9,9,2,-1,true"</item>
</string-array>