“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. 解决WordPress安装主题/插件提示输入FTP帐号的问题

    有时比较着急想要安装一款主题或插件,却提示需要输入 FTP 帐号密码……这种情况蛮让人讨厌的,以下就是最完美的解决方法: 方法一:在 wp-config.php 文件加入代码 如果使用的是虚拟主机,可 ...

  2. Construct Binary Tree from Preorder and Inorder Traversal (DFS,参考)

    Given preorder and inorder traversal of a tree, construct the binary tree. Note:You may assume that ...

  3. Topcoder 2015_1C

    A:大水题; B:求一颗树中,有多少条路径 不存在路径中一点是另外一点的祖先,(后面废话说了很多) 其实一个点 可以到它本身也可以是一条路径结论是:统计叶子的节点.(真简单粗暴 C:题目不说,说也说不 ...

  4. 干掉H5audio音频标签的下载按钮

    audio::-internal-media-controls-download-button {display:none;}audio::-webkit-media-controls {overfl ...

  5. js中splice()的强大(删除,插入或替换数组的元素)

    1.删除-用于删除元素,两个参数,第一个参数(要删除第一项的位置),第二个参数(要删除的项数) 2.插入-向数组指定位置插入任意项元素.三个参数,第一个参数(其实位置),第二个参数(0),第三个参数( ...

  6. Make 编译脚本上手

    考察下面的示例代码: main.c #include <stdio.h> int main(){ printf("hello world!"); return 0; } ...

  7. mac 使用命令行,对远程服务器进行文件更新

    目的:更新服务器文件A 1.远程传输文件 A.zip 在本地A文件的父级文件夹下执行 scp ./A.zip 远程服务器用户名@远程服务器IP:/要放置的文件夹目录/ 然后要输入服务器登陆密码,进行文 ...

  8. [学习笔记]overthewire bandit 通关秘籍

    1.第一关 使用putty等工具连入linux即可,注意port等设置. ls 列目录内文件: cat readme,显示文件内容,即可看到密码. 2.第二关 如何查看文件名为-的文件? cat ./ ...

  9. 将前端js异步调用的多个服务合并为一个前端服务

    将前端js异步调用的多个服务合并为一个前端服务 1. 减少前端js异步请求的次数改善浏览体验 2. 方便地针对单个接口做异常降级处理

  10. Tju 4119. HDFS

    4119.   HDFS Time Limit: 5.0 Seconds   Memory Limit: 5000KTotal Runs: 225   Accepted Runs: 77 In HDF ...