metamask-mobile
metamask-mobile copied to clipboard
[Force upgrade] Add security checks toggle in settings
Description
- designs
- implement the security check toggle in settings
- hookup state related to this toggle....most likely redux
- we can ship this without taking any action on the security check.
- since we will not implement security checks until this PR we will not have any security checks to be turned off/on
- this will strictly be UI

Situation
GIVEN: when a user downloads this version of the app WHEN: the user goes to security/privacy settings THEN: the toggle should be default to on WHEN: the user toggles the switch THEN: the toggle should switch to disabled and dependant state should be set to false
GIVEN: when a has previously toggled OFF security checks and opens the app again
WHEN: the user goes to security/privacy settings
THEN: the toggle should be be off
Acceptance Criteria
- must match designs
- not interfere with any other state
Process (adapt per story)
- [ ] User research / data
- [ ] Ideation / Kickoff in cross-functional team
- [ ] Pattern research in mobile (crypto / non-crypto space)
- [ ] Proof of concept to check technical feasibility (if applicable)
- [ ] Design reviews with PM, Engineer(s)
- [ ] User testing
- [ ] Design - Dev handoff
- [x] Implementation
- [x] Code review
- [x] Stakeholder review on latest build on iOS and Android
- [x] QA - unit test, e2e tests, regression testing