summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/contacts')
-rwxr-xr-xsrc/com/android/contacts/ContactSaveService.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/com/android/contacts/ContactSaveService.java b/src/com/android/contacts/ContactSaveService.java
index 2a5dd4c6d..2b3bf7da3 100755
--- a/src/com/android/contacts/ContactSaveService.java
+++ b/src/com/android/contacts/ContactSaveService.java
@@ -706,18 +706,6 @@ public class ContactSaveService extends IntentService {
}
}
- if (!TextUtils.isEmpty(tag)) {
- if (tag.getBytes().length > tag.length()) {
- if (tag.length() > MAX_CH_LENGTH) {
- return RESULT_TAG_FAILURE;
- }
- } else {
- if (tag.getBytes().length > MAX_EN_LENGTH) {
- return RESULT_TAG_FAILURE;
- }
- }
- }
-
if (entity.isContactInsert()) {
int count = 0;
Cursor c = null;