diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-04-09 18:45:18 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-04-10 13:38:59 -0700 |
commit | c69f4875cf165c9cd71d6c6531b04bc6f4eb230b (patch) | |
tree | 4bd0c8001e31a15f9ae87efd6ad11e95551628c0 /conf.d | |
parent | edf84b586e0d3e4cda673f055236b78757b2f831 (diff) |
binding: bluetooth-pbap: use persistence binding for caching
Caching of contacts moved into storing in the persistence binding
Bug-AGL: SPEC-2311
Change-Id: Ie9fa7b3e01f84f17101b211204575fc77bdc9a67
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 21040c8..d13c593 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -23,5 +23,6 @@ <feature name="urn:AGL:widget:required-api"> <param name="Bluetooth-Manager" value="ws" /> + <param name="persistence" value="ws" /> </feature> </widget> |