“Live Desktop” pays attention to your privacy protection. Sometimes we need some information to provide you with the services you requested, and this privacy statement explains the data collection and use in these cases. This privacy statement applies to all relevant services of the Live Desktop APP application product.
Collection of your personal information
We will ask for your permission when we need information that can identify you (personal information) or can contact you.
Control your personal information
“In the” Live Desktop or comply with the legal requirements of the relevant “Live Desktop” terms of service, software licensing agreement to disclose any of your personal information, or have good reason to believe that this was necessary to: (a) to meet the legal regulations, or in conformity with the “theme” of the application of the law applicable to the store the program; (b) in accordance with the relevant terms of service “Live Desktop”, software license agreement; (c) protection “Live Desktop” rights or property, and (d) in case of emergency protection “theme”, “Live Desktop store employees” product or service users or public personal safety.
The Live Desktop will not share the information without permission from the third party, except for the conditions listed in this statement.
The security of your personal information
Strictly protect the security of your personal information. We use a variety of security technologies and procedures to protect your personal information from unauthorized access, use, or disclosure. If you have any doubt about our privacy protection, please leave a message under this Agreement and we will contact you in time.
About Disclaimer
The Live Desktop is not liable for any of the following:
1. Live Desktops provide your personal information in accordance with the law or the requirements of the relevant government;
2. non personal information leakage due to Live Desktop;
3. any dispute arising from the use of your personal information by any third party under the terms and conditions stated in the Live Desktop;
4. any temporary service caused by hacker attack, computer virus invasion or government control;
5. any consequence caused by force majeure;
6. exemptions from the terms and conditions of the “theme shop” in each of the terms of service and statements.
Privacy statement amendment:
The privacy statement will be amended as required. We recommend that users regularly surf the Internet to see the latest privacy policies in terms of use. As soon as any future terms are updated, we will not take the initiative to remind the user and will not backtrack to what happened before, without changing the way we dealt with the data we collected.

“Live Desktop” privacy statement的更多相关文章

  1. Download Visual Studio

    Welcome to a new way to install Visual Studio! In our newest version, we've made it easier for you t ...

  2. 『.NET Core CLI工具文档』(二).NET Core 工具遥测(应用信息收集)

    说明:本文是个人翻译文章,由于个人水平有限,有不对的地方请大家帮忙更正. 原文:.NET Core Tools Telemetry 翻译:.NET Core 工具遥测(应用信息收集) .NET Cor ...

  3. 自动化安装SQL Server+SP就那么简单

    随着业务.企业规模的日益壮大,DB的数量也在不断增多,配置一台新增DB,从服务器的参数配置,磁盘阵列规划,DB安装部署,DB参数调优等等一列步骤下来,手工操作的效率变得越来越低,因为我负责的数据库近些 ...

  4. Microsoft Win32 to Microsoft .NET Framework API Map

    Microsoft Win32 to Microsoft .NET Framework API Map .NET Development (General) Technical Articles   ...

  5. 阿里云服务器(Win 2008 R2 Standard)安装MSSM 2008 R2之1033和2052问题

    最近在给租用的阿里云服务器安装Sql Server 2008 R2 Express时,遭遇下面的问题.经过几番折腾后,终于解决问题,完成安装,这里总结分享我的解决方法,希望能给遇到相同问题的小伙伴们节 ...

  6. windows server 2008 应用程序池自动关闭 C:\Windows\system32\RpcProxy\RpcProxy.dll failed to load

    Sign In Join Search IIS Home Downloads Learn Reference Solutions Blogs Forums HomeIIS.NET Forums64-b ...

  7. Visual Studio 2017 Bugs

    Crash report information: Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: deven ...

  8. CentOS7脱机安装SQL Server 2017

    SQL Server on Linux也发布一段时间了,官方上支持Red Hat, SUSE, Ubuntu.手上没有以上Linux版本,选用了与Red Hat最接近的CentOS7.4来进行安装和测 ...

  9. 两种方法 更改 EBS R12界面LOGO以及内容

    from:metalink more: Note 174219.1 - How To Change The Logo In The Oracle Application Menu Note 84975 ...

随机推荐

  1. 《TCP/IP详解卷1:协议》——第5章 RARP:逆地址解析协议(转载)

    1.引言 具有本地磁盘的系统引导时,一般是从磁盘上的配置文件中读取IP地址.但是无盘机,如X终端或无盘工作站,则需要采用其他方法来获得IP地址. 网络上的每个系统都具有唯一的硬件地址,它是由网络接口生 ...

  2. iOS - 系统方法中弃用的关键字的了解 NS_AVAILABLE和NS_DEPRECATED

    NS_AVAILABLE_IOS(5_0)  这个方法可以在iOS5.0及以后的版本中使用,如果在比5.0更老的版本中调用这个方法,就会引起崩溃.  NS_AVAILABLE(_mac, _ios) ...

  3. 推荐10+必备的 WordPress 常用插件

    众多的WordPress插件,使得WordPress的功能得到了较大的扩展,但是也正是由于过多的插件,导致我们很难选择所需的插件.今天,倡萌就根据自己的经验,给WordPress新手推荐一些常用的插件 ...

  4. Copy List with Random Pointer (Hash表)

    A linked list is given such that each node contains an additional random pointer which could point t ...

  5. 【SQL Server 学习系列】-- ConnectionTimeout、CommandTimeout和BulkCopyTimeout

    1. SqlConnection.ConnectionTimeout获取在尝试建立连接时终止尝试并生成错误之前所等待的时间.单位:秒默认值:15秒设置为0时,表示无限制 2. SqlCommand.C ...

  6. Callable线程

    写一个Callable线程 import java.text.SimpleDateFormat; import java.util.Date; import java.util.HashMap; im ...

  7. 多线程调用COM组件的体会(CoInitialize)

    调用任何COM组件之前,你必须首先初始化COM套件环境,即调用CoInitialize或CoInitializeEx.COM套件环境在线程的生存周期内有效,线程退出前需要调用CoUninitializ ...

  8. 【Todo】Java线程面试题 Top 50 (转载)

    原文链接:http://www.importnew.com/12773.html 这里有一个排版好看一点的:http://www.cnblogs.com/dolphin0520/p/3958019.h ...

  9. 【Arcgis Server】程序动态发布MXD到Arcgis Server

    http://dkay.blogbus.com/logs/47727282.html protected void Button14_Click(object sender, EventArgs e) ...

  10. Django学习系列之request对象

    先来一个简单的实例 urls.py from django.conf.urls import url from django.contrib import admin from cmdb import ...