android icon indicating copy to clipboard operation
android copied to clipboard

[FEATURE REQUEST] Check security enforced value globally.

Open fesave opened this issue 3 years ago • 0 comments

Currently, we check the value of lock_enforced configured in setup.xml in each activity where we want to check its value and act accordingly.

I think we should avoid this redundant check and code it in some activity or fragment just to do the check once or have the check called every time the user navigates between activities or fragments.

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Implement whatever
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

PR

  • App
  • Library (if needed)

fesave avatar Feb 21 '22 12:02 fesave