I used the product flavors to build the different apps. If I select free flavor in the build variant before running the app the free flavor will be run if I select paid flavor the paid will be run.
I want to change in the run time means after running the app if we click on button it has to change paid app. Is there any chance to change the build variant selection run time through programming.
class productFlavors {
free{
}
paid{
}
}
I used these as flavors.
If anyone knows the solution please help me to solve my problem.
Thanks in advance.