summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2013-06-06 12:42:24 -0700
committerChong Zhang <chz@google.com>2013-08-22 23:47:08 -0700
commit6c607384c478958260952b82932b9084a4536fc6 (patch)
treec59969cfc748c954f6e494813f5b7da1ced4e648 /res/xml/development_prefs.xml
parent55fe056d96bdb683dce0a4e66e7390d19f23e710 (diff)
downloadpackages_apps_Settings-6c607384c478958260952b82932b9084a4536fc6.tar.gz
packages_apps_Settings-6c607384c478958260952b82932b9084a4536fc6.tar.bz2
packages_apps_Settings-6c607384c478958260952b82932b9084a4536fc6.zip
wifi-display: add certification options
- Checkbox to show certification menu in "Developer options" - Certification menu to Wireless Display Settings, providing misc control options required to certify Bug: 9371882 Change-Id: Icf74d1122a9dc813b2cf95b6606a8a600a6b9cd1
Diffstat (limited to 'res/xml/development_prefs.xml')
-rw-r--r--res/xml/development_prefs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index fa244956d..8362a8348 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -106,6 +106,10 @@
android:title="@string/verify_apps_over_usb_title"
android:summary="@string/verify_apps_over_usb_summary"/>
+ <CheckBoxPreference
+ android:key="wifi_display_certification"
+ android:title="@string/wifi_display_certification"
+ android:summary="@string/wifi_display_certification_summary"/>
</PreferenceCategory>
<PreferenceCategory android:key="debug_input_category"