Questions tagged [android-flavors]

Product flavors represent different versions of your app that you may release to users, such as free and paid versions of your app.
You can customize product flavors to use different code and resources, while sharing and reusing the parts that are common to all versions of your app. Product flavors are optional and you must create them manually.

106 questions
-1
votes
2 answers

method and classes available only for a flavour

Say I have flavour free / paid. I want to call a method checkSubscription() for a paid feature. The classes referred inside that method will only be available for paid flavour, because I have put them in a different module, that compiles only for…
Khemraj Sharma
  • 46,529
  • 18
  • 168
  • 182
1 2 3 4 5 6 7
8