Skip to content
Snippets Groups Projects
Commit e9924324 authored by Emmanuel Lepage Vallée's avatar Emmanuel Lepage Vallée Committed by Guillaume Roguez
Browse files

vCardCollection: Expose the ::EDIT capability

It is implemented, but the collection didn't declare it.

This allows editing some vCard before sharing them to peers
using the built-in vCard sharing over SIP feature.

Change-Id: I49e41b3a7ad4965279c6bc57c380639179cd5489
parent dba80222
Branches
Tags android/release_402
No related merge requests found
...@@ -240,6 +240,7 @@ FlagPack<CollectionInterface::SupportedFeatures> FallbackPersonCollection::suppo ...@@ -240,6 +240,7 @@ FlagPack<CollectionInterface::SupportedFeatures> FallbackPersonCollection::suppo
CollectionInterface::SupportedFeatures::CLEAR | CollectionInterface::SupportedFeatures::CLEAR |
CollectionInterface::SupportedFeatures::MANAGEABLE | CollectionInterface::SupportedFeatures::MANAGEABLE |
CollectionInterface::SupportedFeatures::REMOVE | CollectionInterface::SupportedFeatures::REMOVE |
CollectionInterface::SupportedFeatures::EDIT |
CollectionInterface::SupportedFeatures::ADD ; CollectionInterface::SupportedFeatures::ADD ;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment