setting.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "sections": [
  3. {
  4. "settings": [
  5. {
  6. "type": 0,
  7. "keyPath": "backgroundReportType",
  8. "title": "Background Location",
  9. "options": [
  10. {
  11. "option": 1,
  12. "title": "Reject"
  13. },
  14. {
  15. "option": 2,
  16. "title": "Always ask"
  17. },
  18. {
  19. "option": 3,
  20. "title": "Allow"
  21. }
  22. ]
  23. }
  24. ]
  25. },
  26. {
  27. "settings": [
  28. {
  29. "type": 2,
  30. "actionType": 1,
  31. "title": "Change Password"
  32. }
  33. ]
  34. },
  35. {
  36. "settings": [
  37. {
  38. "type": 2,
  39. "actionType": 0,
  40. "title": "Clean Cache"
  41. }
  42. ]
  43. },
  44. {
  45. "settings": [
  46. {
  47. "type": 3,
  48. "title": "About"
  49. }
  50. ]
  51. }
  52. ]
  53. }