How can I add or remove the language entries in the \"Settings\" -> \"Language & keyboard settings\" -> \"Select Locale\"(or \"Select Language\") in t
I think you have to edit the
PRODUCT_LOCALES
Present in build/target/product/languages_full.mk , and add and remove the strings assigned to this.
You can define your custom string like zz_zz and add folder values_zz_zz in each of your res folders.
Have not tried this but this might work.
Note: PRODUCT_LOCALES might be overridden somewhere else depending on your build system