From 9d36eb2a2f166597f66f37a4cd42ff736a352f04 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Wed, 23 May 2018 11:47:46 +0900 Subject: [PATCH] Update privacy whitelist - mobile profile + com.samsung.service-enabler.samsung-cloud + com.samsung.samsungaccount.samsungaccountservice - wearable profile + com.samsung.samsungaccount.samsungaccountservice Change-Id: Idf8c38d768710b5d354caa1e7bf021bc01b6ee6a Signed-off-by: Yunjin Lee --- capi/res/dbspace/mobile_privacy_whitelist.csv | 2 ++ capi/res/dbspace/wearable_privacy_whitelist.csv | 1 + 2 files changed, 3 insertions(+) diff --git a/capi/res/dbspace/mobile_privacy_whitelist.csv b/capi/res/dbspace/mobile_privacy_whitelist.csv index 3b7cc4d..e732c64 100644 --- a/capi/res/dbspace/mobile_privacy_whitelist.csv +++ b/capi/res/dbspace/mobile_privacy_whitelist.csv @@ -4,6 +4,8 @@ attach-panel-document,*-location,0 attach-panel-gallery,*-location,0 attach-panel-voicerecorder,*-location,0 cert-svc-ui,*-location,0 +com.samsung.samsungaccount.samsungaccountservice,*-location,0 +com.samsung.service-enabler.samsung-cloud,*-location,0 hangul,*-location,0 ise-default,*-location,0 ise-engine-anthy,*-location,0 diff --git a/capi/res/dbspace/wearable_privacy_whitelist.csv b/capi/res/dbspace/wearable_privacy_whitelist.csv index 84136a3..67984ea 100644 --- a/capi/res/dbspace/wearable_privacy_whitelist.csv +++ b/capi/res/dbspace/wearable_privacy_whitelist.csv @@ -1,4 +1,5 @@ #PKG_ID,#PRIVACY_OPTION,#SETTABLE +com.samsung.samsungaccount.samsungaccountservice,*-location,0 hangul,*-location,0 ise-default,*-location,0 ise-engine-anthy,*-location,0 -- 2.7.4