diff options
| author | jim1_lin <jim1_lin@asus.com> | 2012-06-26 10:58:18 +0800 |
|---|---|---|
| committer | Ramanan Rajeswaran <ramanan@google.com> | 2012-07-31 09:08:52 -0700 |
| commit | bbcb37f133175f45f083ad34339f84a95504be3b (patch) | |
| tree | 7cee2996e98d36fd47a02a374f2cde568bba2800 /overlay | |
| parent | 5b589d12cb2425b6ed4ef8648fda527ccef941b8 (diff) | |
nakasi: modify Wi-Fi device type.
Change Wi-Fi device type from default(smartphone dual mode) to PC for Nakasi.
Change-Id: I3e8d971ec4ebc9aca6d770059058709514b1383f
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index f8467ef..5757e0b 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -81,6 +81,10 @@ <!-- Boolean indicating whether the wifi chipset has background scan support --> <bool translatable="false" name="config_wifi_background_scan_support">true</bool> + <!-- Device type information conforming to Annex B format in WiFi Direct specification. + The default represents a dual-mode smartphone --> + <string translatable="false" name="config_wifi_p2p_device_type">1-0050F204-1</string> + <!-- Package name providing network location support. --> <string name="config_networkLocationProviderPackageName" translatable="false">com.google.android.location</string> |
