From bdd575a6733f77c96519748dfadc98b84de43142 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Mon, 3 Jul 2017 15:38:36 +0900 Subject: [PATCH] Apply tizen_since tag: Tizen.Security.Privilege Change-Id: I9b78ea60e1c251d42d995083a75172b57572cee3 Signed-off-by: Yunjin Lee --- Tizen.Security/Tizen.Security/Privilege.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Tizen.Security/Tizen.Security/Privilege.cs b/Tizen.Security/Tizen.Security/Privilege.cs index a59cfd5..8c62607 100755 --- a/Tizen.Security/Tizen.Security/Privilege.cs +++ b/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. -- 2.7.4