Restrict the accepted languages to the ones whose localization is available
On Android, when you don't have spoof English, you will leak your regional data.
We should instead normalize the regional data to the locales we have assets for (I think Activity.getAssets().getLocales()
).