UpdatedFeb 2, 2018
PublishedFeb 2, 2018
Packageru.aitk.contactphoneedit
MD592cb80e02fa7e76dc9e8abe0f39518d8
SHA1 (signer)9A:BD:9F:5E:4D:F0:01:D6:3B:AA:A1:DE:0E:59:89:17:18:6E:F6:6C
Signed byCN=Kolpakov Ivan, OU=Develop, O=AITK
Malware scanTRUSTED
Websitehttp://aitk.ru
Contact[email protected]
Privacy policyView
What's new
1. Еще более убогий дизайн.
2. Из номера телефона удаляется всё, что не цифра и не +.
3. Возможность замены текста во всех номерах.
P.S. У кого есть возможность подскажите шаблон для пункта 2. Сейчас использую [^(+\\d$)] в методе .replaceAll("[^(+\\d$)]", "").
2. Из номера телефона удаляется всё, что не цифра и не +.
3. Возможность замены текста во всех номерах.
P.S. У кого есть возможность подскажите шаблон для пункта 2. Сейчас использую [^(+\\d$)] в методе .replaceAll("[^(+\\d$)]", "").
Description
The program improve the phone numbers of the format 89 in the format of +79/
Remove from phone number all that is not a digit or +.
Perhaps replace part of text in all phone numbers.
Before use, I recommend to copy all contacts.
For some of contacts change is not possible.
More you can read here - http://aitk.livejournal.com/121347.html
If something does not work, please comment.
Remove from phone number all that is not a digit or +.
Perhaps replace part of text in all phone numbers.
Before use, I recommend to copy all contacts.
For some of contacts change is not possible.
More you can read here - http://aitk.livejournal.com/121347.html
If something does not work, please comment.
Required features
- Touchscreen android.hardware.touchscreen
Permissions (3)
Normalizer phone number requests the following Android permissions:
- Get Accounts android.permission.GET_ACCOUNTS
- Read Contacts android.permission.READ_CONTACTS
- Write Contacts android.permission.WRITE_CONTACTS