Fix a bug when getting application metadata info (#436)
authorjeremy-jang <35089715+jeremy-jang@users.noreply.github.com>
Mon, 3 Sep 2018 09:06:26 +0000 (18:06 +0900)
committersemun-lee <35090067+semun-lee@users.noreply.github.com>
Mon, 3 Sep 2018 09:06:26 +0000 (18:06 +0900)
commit8a9e16523f62d88e55dbd14ecef65c2f8ce4e1e5
tree022f60f9aacebc71b72e3f37014bdb9bb741d4e7
parent3fcfb964c48a4de6bd4569f1eb7dc65f2f973d36
Fix a bug when getting application metadata info (#436)

Some applications may have multiple value for one key.
We use dictionary for application metadata, this can cause an exception.
This fix prevents above exception, but this will cause different
behavior with native API.

Change-Id: If2ea80b1655b356ab6d8f49c6afe77d0108774b0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/ApplicationInfo.cs [changed mode: 0755->0644]