You can use gradle to have BuildConfig constants and res values on a per flavor basis. Just add the value to the flavor you want to support.
android {
defaultConfig {
resValue "string", "app_name", "Full App"
buildConfigField "boolean",...