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. HDFS日志的查看总结

    HDFS日志查看的两种方式:HDFS安装目录中的logs中和HDFS WEB UI上 HDFS安装目录中的logs中看日志   我们分别在master.slave1以及slave2上安装了HDFS,只 ...

  2. go实现多聊天并发 服务端

    package main import ( "fmt" "net" "time")type Client struct { ch chan ...

  3. KMP 最小循环节

    博客  

  4. linux 环境变量的设置

    方法一: 在/etc/profile文件中添加变量[对所有用户生效(永久的)] 用VI在文件/etc/profile文件中增加变量,该变量将会对Linux下所有用户有效,并且是“永久的”. 要让刚才的 ...

  5. P4921 【情侣?给我烧了!】

    加强前这道题还是比较友好的 首先我们设\(g_x\)为x对情侣没有一对坐在一起的数量 然后答案就可以表示成:\(C_n^k*A_n^k*2^k*g_{n-k}\) 这里的复杂度是\(O(T*N)\), ...

  6. Dart 日期时间 DateTime

    1.获取当前时间 var now = new DateTime.now(); print(now); // 2019-06-20 16:59:05.560543 2.设置时间 var d =new D ...

  7. P5385 [Cnoi2019]须臾幻境(LCT+主席树,思维题)

    题目 P5385 [Cnoi2019]须臾幻境 做法 考虑一条边\((u,v)\)是否\([L,R]\)中的贡献:\([L,R]\)中第一条位于\(u,v\)链的边,则减少了一个联通块 实现:\(LC ...

  8. python 嵌套字典取值增强版

    def getdictvalue(d,code): result=[] if isinstance(d, dict) : try: value = d[code] result.append(valu ...

  9. snprintf用错了快10年…

    int snprintf(char *str, size_t size, const char *format, ...); 从用snprintf开始,size参数一直传的都是buff_size-1, ...

  10. 关于 array of const

    之前应该参考一下: 关于开放数组参数 //这是在 System 单元定义的一组标识数据类型的常量: vtInteger    = ; vtBoolean    = ; vtChar      = ; ...