Setapp
Setapp is allow you modify your app configuration at runtime. it is consit of two part application and sdk.
Setapp is a third-party library that Android app developers can integrate into their apps to allow for runtime configuration changes. This enables faster testing and development processes by providing an easy way to define parameters in the app that can be modified at runtime, without requiring a new release of the app. These parameters can be used to modify things like API URLs for different stages or enabling/disabling features such as ads or onboarding.
The Setapp app provides a user-friendly interface for modifying the values of these parameters and seeing the changes in real time, making it easier for non-technical users to experiment with the app's behavior.
To use Setapp in your Android app, you will need to integrate the Setapp library and define the parameters that you want to allow for runtime configuration changes. You can then use the Setapp app to modify the values for those parameters and see the changes take effect immediately.