From: Yunjin Lee Date: Mon, 3 Jul 2017 06:38:36 +0000 (+0900) Subject: Apply tizen_since tag: Tizen.Security.Privilege X-Git-Tag: submit/trunk/20170823.075128~87^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=966caa0dc9594e4b22f15a4dc0ba558fdd1fbde7;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Apply tizen_since tag: Tizen.Security.Privilege Change-Id: I9b78ea60e1c251d42d995083a75172b57572cee3 Signed-off-by: Yunjin Lee --- diff --git a/src/Tizen.Security/Tizen.Security/Privilege.cs b/src/Tizen.Security/Tizen.Security/Privilege.cs index a59cfd5..8c62607 100755 --- a/src/Tizen.Security/Tizen.Security/Privilege.cs +++ b/src/Tizen.Security/Tizen.Security/Privilege.cs @@ -24,6 +24,7 @@ namespace Tizen.Security /// /// The class provides the information of the given privilege and API version. /// + /// 3 public static class Privilege { internal static readonly string PackageTypeTpk = "PRVINFO_PACKAGE_TYPE_NATIVE"; @@ -48,6 +49,7 @@ namespace Tizen.Security /// /// Gets the display name of the given privilege. /// + /// 3 /// If there's no matching privilege then it returns last token of given privilege. /// The api version /// The privilege @@ -70,6 +72,7 @@ namespace Tizen.Security /// /// Gets the display name of the given privilege. /// + /// 3 /// If there's no matching privilege then it returns last token of given privilege. /// The api version /// The privilege @@ -93,6 +96,7 @@ namespace Tizen.Security /// /// Gets the description of the given privilege. /// + /// 3 /// If there's no matching privilege then it returns description string for undefined privilege. /// The api version /// The privilege @@ -115,6 +119,7 @@ namespace Tizen.Security /// /// Gets the description of the given privilege. /// + /// 3 /// If there's no matching privilege then it returns description string for undefined privilege. /// The api version /// The privilege @@ -138,6 +143,7 @@ namespace Tizen.Security /// /// Gets the display name of the privacy group in which the given privilege is included. /// + /// 3 /// The privilege /// The privilege must be privacy related. /// The privacy group's display name that the given privilege is included in @@ -159,6 +165,7 @@ namespace Tizen.Security /// /// Gets the status of the given privacy related privilege. /// + /// 3 /// The privilege /// The privilege must be privacy related. /// status true if the privilege is on and false if the privilege is off.