androidPrivacy.json 1.4 KB

12345678910111213141516171819202122232425262728
  1. {
  2. "version" : "1",
  3. "prompt" : "template",
  4. "title" : "用户协议与隐私政策",
  5. "message" : "\t请务必审慎阅读、充分理解“用户协议与 隐私政策”各条款,包括但不限于:为了 向你提供即时通讯、内容分享等服务,我 们需要收集你的设备信息、操作日志等个 人信息。你可以在“设置”中查看、变更、删除个人信息并管理你的授权。<br/>
  6. 你可以阅读 <a href=\"pages/columnGoods/static/yhxy.html\">《用户协议》</a>与 <a href=\"pages/columnGoods/static/yszc.html\">《隐私政策》</a>了解详细信息。如你同意,请点击“我同意”开始接受我们的服务。",
  7. "buttonAccept" : "同意并接受",
  8. "buttonRefuse" : "暂不同意",
  9. "second" : {
  10. "title" : "确认提示",
  11. "message" : "进入应用前,你需先同意<a href=\"pages/columnGoods/static/yhxy.html\">《用户协议》</a>与<a href=\"pages/columnGoods/static/yszc.html\">《隐私政策》</a>,否则将退出应用。",
  12. "buttonAccept" : "同意并继续",
  13. "buttonRefuse" : "退出应用"
  14. },
  15. "styles" : {
  16. "backgroundColor" : "#fff",
  17. "borderRadius" : "5px",
  18. "title" : {
  19. "color" : "#000"
  20. },
  21. "buttonAccept" : {
  22. "color" : "#fff"
  23. },
  24. "buttonRefuse" : {
  25. "color" : "#ccc"
  26. }
  27. }
  28. }