OSDN Git Service

Add string that was accidentally deleted.
authorJeff Brown <jeffbrown@google.com>
Mon, 5 Aug 2013 21:06:50 +0000 (14:06 -0700)
committerJeff Brown <jeffbrown@google.com>
Mon, 5 Aug 2013 21:06:50 +0000 (14:06 -0700)
Change-Id: I575cc0a26ab2e701a97d9fedadfb5d54d6f0d2e1

core/res/res/values/strings.xml

index 4830a19..d3dbb2a 100644 (file)
     <string name="permdesc_configureWifiDisplay">Allows the app to configure and connect to Wifi displays.</string>
 
     <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+    <string name="permlab_controlWifiDisplay">control Wifi displays</string>
+    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+    <string name="permdesc_controlWifiDisplay">Allows the app to control low-level features of Wifi displays.</string>
+
+    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
     <string name="permlab_captureAudioOutput">capture audio output</string>
     <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
     <string name="permdesc_captureAudioOutput">Allows the app to capture and redirect audio output.</string>