I'm trying to add a default language for my android app using Account Kit without success. I don't want for now make a support for english, but when the device are using english as the system language the Account Kit changes too.
I'm following the docs, so I have set the resCongis in my build.gralde file
defaultConfig {
applicationId "fm.mumo.music"
minSdkVersion 15
targetSdkVersion 25
versionCode 16
versionName "0.3.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
resConfigs "pt-rBR"
resValue "string", "facebook_app_id", "$alphaFacebookAppId"
resValue "string", "account_kit_client_token", "$alphaAccountKitClientToken"
}