Hello everyone. I put this to my Gradle project ``...
# android
t
Hello everyone. I put this to my Gradle project
Copy code
android {
  defaultConfig {
    resConfigs "en"
  }
}
so that my app would only use the English language and disable all other languages, However, when the phone’s language changed, nothing altered.
😶 1