Fix KeyguardDisabledFeaturesActivity disable camera description

CTS Verifier Keyguard Disabled Features#Test_Disable camera issue
Root Cause:
KeyguardDisabledFeaturesActivity#disable camera feature using DevicePolicyManager API to
disable camera, so we cannot see the camera icon on the lower right corner of the screen,
but the test case description said "Please press the Go button to lock the screen. Then
try to open the camera from the lower right corner of the screen. Expected result is you
cannot open the camera from lock screen and it will ask for password instead", no matched
final behavior

Test: manual
Bug: 114177245
Change-Id: I24ce39812d9a094b236558c009bb1d4d31ccc49d
diff --git a/apps/CtsVerifier/res/values/strings.xml b/apps/CtsVerifier/res/values/strings.xml
index 8286f1b..bcb5085 100755
--- a/apps/CtsVerifier/res/values/strings.xml
+++ b/apps/CtsVerifier/res/values/strings.xml
@@ -2056,9 +2056,9 @@
     <string name="device_admin_notification">This is device admin notification</string>
     <string name="device_admin_keyguard_disable_camera">Disable camera</string>
     <string name="device_admin_keyguard_disable_camera_instruction">
-        Please press the Go button to lock the screen. Then try to open the camera
-        from the lower right corner of the screen. Expected result is you cannot
-        open the camera from lock screen and it will ask for password instead.\n
+        Please press the Go button to lock the screen. Expected result is you cannot
+        see the camera icon on the lower right corner of the screen, or if there is one, you cannot
+        open the camera using it before you are asked for a password.\n
         Also, it shouldn\'t be possible to open the camera on the lockscreen by
         any other device specific gesture (such as double press on power button).
     </string>