2

Is it possible to customize how numbers are displayed when dialing a number? For example: Instead of grouping them with spaces like 555 123 123, I'd like it to have no grouping: 555123123.

On 2.3 you could do that from the locale, US had spaces and UK did not. On 4.1 it seems that both US and UK have the same spaces.

Can it be changed?

Thank you.

Francisc
  • 2,365
  • 10
  • 29
  • 36

1 Answers1

1

To the date, there is no functionality to disable this feature. Actually this was implemented to make it easier for the user to recognize and remeber the number easily.

I did some search and found out that other people have the same problem as well.

What I suggest is to move on to a custom dialer app which suit you the best, if this grouping feature really annoys you.

Sid
  • 4,176
  • 9
  • 35
  • 60
  • Thank you, Sid. Awesome answer. I know grouping is supposed to help, but they way it groups digits is bad for how numbers are formed where I live. – Francisc Dec 23 '12 at 13:47