Disable picker/shortcuts for Exchange GAL

Bug: 3130733

Change-Id: Ib2f324fde3471b76e95ee98aad518fc38c27b9fb
This commit is contained in:
Dmitri Plotnikov 2010-10-25 15:24:18 -07:00
parent 5b072f9129
commit e9cea32218
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ public class ExchangeDirectoryProvider extends ContentProvider {
} else if (column.equals(Directory.EXPORT_SUPPORT)) {
row[i] = Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY;
} else if (column.equals(Directory.SHORTCUT_SUPPORT)) {
row[i] = Directory.SHORTCUT_SUPPORT_FULL;
row[i] = Directory.SHORTCUT_SUPPORT_NONE;
}
}
cursor.addRow(row);