This privacy policy details the information collected by the team ("we" or "our") through our applications and websites, and how we will use it.
1. We do not collect children's personal information through our applications or websites.
We are well aware of the importance of users'personal information, especially for minors. In our apps and websites, users are not required to enter detailed personal information. Users may be able to read some information when using our software (such as rough location based on network, GPS location, network communication, mobile phone status, WiFi status, etc.). This is because our products already have Chinese language, so that we can develop personalized products targeted; iOS mobile devices are diversified, and we need to conduct a variety of compatibility tests to ensure that they are compatible. Because of the particularity of the mobile interconnection industry, our products need to upgrade the product itself or the quality of the product itself with the upgrade of hardware, so we may need to read WiFi to inform users whether there is an upgrade product or not. If we do not start wifi, we will not prompt. This can avoid unknowingly updating the product, causing unnecessary traffic loss and so on. We promise that any information we read will only be used in the development of our software and will not be penetrated into third parties (other individuals or companies), unless it is authorized by you or mandated by law or government.
2. We abide by the Children's Online Privacy Protection Act
All our apps and websites for children follow the provisions on online privacy protection for children. We will not intentionally collect any personal information of children under 13 years of age. If we detect children under 13 years of age, we will delete the relevant information in time, and will not retain and store it.
3. Third-party website links
We may provide links from our website and/or links to third-party websites or services. We are not responsible for the privacy practices or content of third-party websites.
4. Privacy Policy Modification
We may amend the privacy clause at any time and retain the right of final interpretation.

Game and Application Protocol的更多相关文章

  1. Resumable uploads over HTTP. Protocol specification

    Valery Kholodkov <valery@grid.net.ru>, 2010 1. Introduction This document describes applicatio ...

  2. loadrunner 脚本录制-Protocol Advisor协议分析器的使用

    脚本录制-Protocol Advisor协议分析器的使用 by:授客 QQ:1033553122 1.启动Protocol Advisor File > Protocol Advisor &g ...

  3. Generic Realtime Intermediary Protocol

    转自:https://pushpin.org/docs/protocols/grip/ Introduction The Generic Realtime Intermediary Protocol ...

  4. [转]The NTLM Authentication Protocol and Security Support Provider

    本文转自:http://davenport.sourceforge.net/ntlm.html#ntlmHttpAuthentication The NTLM Authentication Proto ...

  5. Reading SBAR SDN flow-Based monitoring and Application Recognition

    概要 在sdn下,控制平面基于网络测量的的数据控制网络,而细粒度的管理得益于细粒度的测量数据.针对sdn环境下的细粒度测量(识别具体应用程序),可以实现对细粒度的流量管控. 设计了识别系统SBAR,对 ...

  6. Registering an Application to a URI Scheme

    https://msdn.microsoft.com/en-us/library/aa767914(VS.85).aspx Registering an Application to a URI Sc ...

  7. Internet protocol optimizer

    A method for optimizing the throughput of TCP/IP applications by aggregating user application data a ...

  8. LTE中的各种ID含义

    原文链接:http://www.hropt.com/ask/?q-7128.html ECI (28 Bits) = eNB ID(20 Bits) + Cell ID(8 Bits) 换成16进制就 ...

  9. Configure the max limit for concurrent TCP connections(转)

    To keep the TCP/IP stack from taking all resources on the computer, there are different parameters t ...

随机推荐

  1. vue自定义元素拖动

    岗位序列拖动交换岗位 <span draggable="true" @dragstart="onDragstart($event,index,index2)&quo ...

  2. Django源码分析rest_framework 关于re_path('^publish/', views.PublishView.as_view()总结

    1. ApiView 定义一个cbc视图 class BookView (APIView):pass re_path(r"books/$", views.BookView.as_v ...

  3. nginx配置静态资源:配置绝对路径

    nginx配置静态资源:配置绝对路径 项目都是html格式的文件,我的项目路径:E:\javaservice\nginx-1.15.7\html assets:静态资源 html:站点文件 uploa ...

  4. 入门node.js

    我们现在要做一个简单的h5应用:包含登录.注册.修改密码.个人中心主页面.个人中心内页修改名称.个人中心修改手机号码. 第一步:工具安装,我选择了能够辅助我们快速开发的light开发工具 1. lig ...

  5. [RxJS] Groupby operator

    The use case is similar to Twitter "like" button, you can click "click" button o ...

  6. 第二章--MYSQL体系结构和管理

    体系结构 MySQL C/S模型 Server : mysqld Client : socket:仅本地连接使用 tcp/ip:应用连接使用(远程和本地) #TCP/IP方式(远程.本地) mysql ...

  7. Error Permission denied when running brew cleanup

    Error Permission denied when running brew cleanup When I try to run `brew cleanup` I get: Warning: S ...

  8. .net之大文件断点续传

    HTML部分 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="index.a ...

  9. Ubuntu shell系统的环境变量

    1.系统环境变量env命令查看 1)利用export命令导出环境变量 export PS1 导出PS1 添加路径 export PATH=$PATH:/home/daokr/myfile $ sudo ...

  10. GSS1 A - Can you answer these queries I

    //题意:询问一段区间的最大子序列的值. //做法:维护四个值:包含当前区间左端点的最大子区间LM,包含当前区间右端点的最大子区间RM.当前区间的最大子区间M, 当前区间的区间和S //tree[ro ...