From: lokilee73 Date: Fri, 23 Jun 2017 13:12:58 +0000 (+0900) Subject: Add .NET attached devices_cover.htm X-Git-Tag: GitHub/PR#40/tizen-studio~114^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a22db53417ca28bb3bcbca1acc09aca09c0a414;p=sdk%2Fonline-doc.git Add .NET attached devices_cover.htm Change-Id: I31576cecdd49ac83678c24784154a6ab63746dcf Signed-off-by: lokilee73 --- diff --git a/org.tizen.guides/html/dotnet/device_cover.htm b/org.tizen.guides/html/dotnet/device_cover.htm new file mode 100755 index 0000000..bf54896 --- /dev/null +++ b/org.tizen.guides/html/dotnet/device_cover.htm @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + Device Settings and Systems + + + + +
+
+

Mobile native

+
+
+

Dependencies

+
    +
  • Tizen 4.0 and Higher for Mobile
  • +
+
+
+ +
+

Device Settings and Systems

+ +

The device settings and systems features introduce how you can set and get information about the system. You can also access information about attached devices, and display the application output in an external device screen.

+ +

You can use the following device settings and systems features in your native applications:

+ +
    +
  • Attached Devices + +

    You can control any external devices attached to the actual user device, and monitor changes in their state. For example, you can access information about the device battery, display, camera flash LED, and power state.

  • + +
  • External Output Devices + +

    You can control external output devices, allowing you to display the application screen on a separate device. You can manage the presentation mode, receive information and notifications from the device, and set the attributes for the external output.

  • + +
  • System and Runtime Information + +

    You can access information about the application runtime environment. Also, You can access information about the device system. You can retrieve, for example, various fixed platform features or device capabilities.

  • + +
  • System Settings + +

    You can access information about the system settings. You can retrieve the system configuration related to user preferences.

  • + +
  • Sound and Vibration Feedback + +

    You can play a feedback pattern using sound or vibration. You can use specific patterns, or specific type and pattern. You can also check whether a specific pattern is supported.

  • + +
  • Storage + +

    You can retrieve, for example, memory or storage information in your application, such as allocated and available amounts.

  • +
+ + + +
+ +Go to top + + + + + + + +