Add .NET attached devices_cover.htm 54/135654/1
authorlokilee73 <changjoo.lee@samsung.com>
Fri, 23 Jun 2017 13:12:58 +0000 (22:12 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Fri, 23 Jun 2017 13:13:03 +0000 (22:13 +0900)
Change-Id: I31576cecdd49ac83678c24784154a6ab63746dcf
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
org.tizen.guides/html/dotnet/device_cover.htm [new file with mode: 0755]

diff --git a/org.tizen.guides/html/dotnet/device_cover.htm b/org.tizen.guides/html/dotnet/device_cover.htm
new file mode 100755 (executable)
index 0000000..bf54896
--- /dev/null
@@ -0,0 +1,87 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+       <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+       <meta http-equiv="X-UA-Compatible" content="IE=9" />
+       <link rel="stylesheet" type="text/css" href="../css/styles.css" />
+       <link rel="stylesheet" type="text/css" href="../css/snippet.css" />
+       <script type="text/javascript" src="../scripts/snippet.js"></script>
+       <script type="text/javascript" src="../scripts/jquery.util.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/common.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/core.js" charset="utf-8"></script>
+       <script type="text/javascript" src="../scripts/search.js" charset="utf-8"></script>
+
+       <title>Device Settings and Systems</title>
+</head>
+
+<body onload="prettyPrint()" style="overflow: auto;">
+
+<div id="toc-navigation">
+       <div id="profile">
+               <p><img alt="Mobile native" src="../images/mobile_s_n.png"/></p>
+       </div>
+               <div id="toc_border"><div id="toc">
+               <p class="toc-title">Dependencies</p>
+               <ul class="toc">
+                       <li>Tizen 4.0 and Higher for Mobile</li>
+               </ul>
+       </div></div>
+</div>
+
+<div id="container"><div id="contents"><div class="content">
+<h1>Device Settings and Systems</h1>
+
+<p>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.</p>
+
+<p>You can use the following device settings and systems features in your native applications:</p>
+
+<ul>
+<li><a href="attached_devices.htm">Attached Devices</a>
+
+<p>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.</p></li>
+
+<li><a href="ext_output.htm">External Output Devices</a>
+
+<p>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.</p></li>
+
+<li><a href="information.htm">System and Runtime Information</a>
+
+<p>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.</p></li>
+
+<li><a href="settings.htm">System Settings</a>
+
+<p>You can access information about the system settings. You can retrieve the system configuration related to user preferences.</p></li>
+
+<li><a href="feedback.htm">Sound and Vibration Feedback</a>
+
+<p>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.</p></li>
+
+<li><a href="storage.htm">Storage</a>
+
+<p>You can retrieve, for example, memory or storage information in your application, such as allocated and available amounts.</p></li>
+</ul>
+
+<script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
+<script type="text/javascript" src="../../scripts/showhide.js"></script>
+</div></div></div>
+
+<a class="top sms" href="#"><img src="../../images/btn_top.gif" alt="Go to top" /></a>
+
+<div id="footer">
+<p class="footer">Except as noted, this content - excluding the Code Examples - is licensed under <a href="http://creativecommons.org/licenses/by/3.0/legalcode" target="_blank">Creative Commons Attribution 3.0</a> and all of the Code Examples contained herein are licensed under <a href="https://www.tizen.org/bsd-3-clause-license" target="_blank">BSD-3-Clause</a>.<br/>For details, see the <a href="https://www.tizen.org/content-license" target="_blank">Content License</a>.</p>
+</div>
+
+<script type="text/javascript">
+var _gaq = _gaq || [];
+_gaq.push(['_setAccount', 'UA-25976949-1']);
+_gaq.push(['_trackPageview']);
+(function() {
+var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+})();
+</script>
+
+</body>
+</html>
+