From c2361fae2553c73e9aa97ab1f495b9d58e57f8b3 Mon Sep 17 00:00:00 2001 From: Editor Lionbridge Date: Fri, 21 Apr 2017 13:50:15 +0300 Subject: [PATCH] Fix profile info for Profile feature key This is a manual cherry-pick from the tizen_3.0 branch (#124750). PS2: Rebase Change-Id: Ie68fe2b9840088421bd4f894169e0f56c5a85354 --- org.tizen.guides/html/native/device/system_n.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.tizen.guides/html/native/device/system_n.htm b/org.tizen.guides/html/native/device/system_n.htm index d392063..0ad2758 100644 --- a/org.tizen.guides/html/native/device/system_n.htm +++ b/org.tizen.guides/html/native/device/system_n.htm @@ -434,7 +434,7 @@ func(void) http://tizen.org/feature/input.keyboard.layout String - The platform returns the keyboard layout (such as qwerty) supported by the built-in keyboard for this key and returns true for the http://tizen.org/feature/input.keyboard key. + The platform returns the keyboard layout (such as "qwerty") supported by the built-in keyboard for this key and returns true for the http://tizen.org/feature/input.keyboard key.

If the device does not provide a built-in keyboard, the platform returns an empty string for this key and returns false for the http://tizen.org/feature/input.keyboard key.

@@ -1041,7 +1041,7 @@ the Tizen reference implementation. http://tizen.org/feature/profile String - The platform returns a compliant device profile (such as mobile-full) for this key. + The platform returns a compliant device profile (such as "mobile" or "wearable") for this key. @@ -1595,7 +1595,7 @@ the Tizen reference implementation. http://tizen.org/system/build.type String - The platform returns the build type, such as "user" or "eng". The build type is made when the platform image is created. + The platform returns the build type, such as "user" or "eng". The build type is made when the platform image is created. http://tizen.org/system/build.variant -- 2.7.4