From 5007c42439ff5354e8166f7d5f5a4ffb24ff0fed Mon Sep 17 00:00:00 2001 From: wusongqing Date: Wed, 24 Nov 2021 10:42:50 +0800 Subject: [PATCH] updated English JsDevice readme Signed-off-by: wusongqing --- UI/JsDevice/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UI/JsDevice/README.md diff --git a/UI/JsDevice/README.md b/UI/JsDevice/README.md new file mode 100644 index 0000000000..5632581b49 --- /dev/null +++ b/UI/JsDevice/README.md @@ -0,0 +1,13 @@ +# Device Information + +### Introduction + +In this sample, you can obtain the device information, system attributes, battery attributes, and charging attributes through the **deviceInfo**, **systemParameter**, and **batteryInfo** APIs. + +### Usage + +Touch a button to view the respective information. + +### Constraints + +This sample can only be run on standard-system devices. -- Gitee