Change privilege of imei, meid, icc_id getter API 63/215663/3 accepted/tizen/unified/20191017.114036 submit/tizen/20191015.081321 submit/tizen/20191016.084917
authorSemun Lee <semun.lee@samsung.com>
Mon, 14 Oct 2019 04:02:20 +0000 (13:02 +0900)
committersinikang <sinikang@samsung.com>
Wed, 16 Oct 2019 02:43:25 +0000 (11:43 +0900)
commit096b3ae55fd2679585f5e01ffd904fc4d1594189
treea8a270a74aa7803a57ce905094df979d210b2a4a
parent9bac57e61e0a19d3969ed2d8b2ca68876a0dc401
Change privilege of imei, meid, icc_id getter API

imei, meid, icc_id is a nonresettable unique idendifier.
An app should have "http://tizen.org/privilege/securesysteminfo"
which is a partner level privilege since 5.5.

For backward compatibility, apps with api-version of 5.0 or less
will get dummy value if they have "http://tizen.org/privilege/telephony"
privilege.

Change-Id: I00bb9d423a0a96cb6c133cbaf91374c55eae096f
Signed-off-by: Semun Lee <semun.lee@samsung.com>
CMakeLists.txt
include/telephony_private.h
packaging/capi-telephony.spec
src/telephony_modem.c
src/telephony_private.c [new file with mode: 0644]
src/telephony_sim.c