How to create a configurable property for an application
In order to facilitate the testers to do automatic test, I need a way to create a mode (Auto/Maual) property in an application so that the tester can switch the toggle without restarting the application or changing application code. The mode needs to be accessible from an activity to allow different behavior for different mode.
What is the best way to implement something like this?
***Updated by Moderator: Vidyaranjan| Included Categories***