Is there any way to disable localization in an Android application? It must use only English strings. We have library projects with French localized strings. Some apps that
Add the specific resource config in build.gradle
defaultConfig { resConfigs "en" }