Disable picker/shortcuts for Exchange GAL
Bug: 3130733 Change-Id: Ib2f324fde3471b76e95ee98aad518fc38c27b9fb
This commit is contained in:
parent
5b072f9129
commit
e9cea32218
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user