From 6ba91563e063b01647a6ae5388cf850235737b3a Mon Sep 17 00:00:00 2001 From: taesub kim Date: Wed, 18 Oct 2017 16:57:12 +0900 Subject: [PATCH] Add download feature key name Change-Id: Ibde685d37029d78d5f35a9557c4e8001dbc4a125 Signed-off-by: Taesub Kim --- org.tizen.training/html/native/details/app_filtering_n.htm | 10 ++++++++++ org.tizen.training/html/web/details/app_filtering_w.htm | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/org.tizen.training/html/native/details/app_filtering_n.htm b/org.tizen.training/html/native/details/app_filtering_n.htm index 63d7499..47c78bb 100644 --- a/org.tizen.training/html/native/details/app_filtering_n.htm +++ b/org.tizen.training/html/native/details/app_filtering_n.htm @@ -251,6 +251,11 @@ 2.2.1 +http://tizen.org/feature/download + Specify this key, if the application requires the download feature. + 4.0 + + http://tizen.org/feature/fido.uaf Specify this key, if the application requires the FIDO (Fast Identity Online) UAF (Universal Authentication Framework) client API. 3.0 @@ -1011,6 +1016,11 @@ 2.2.1 +http://tizen.org/feature/download + Specify this key, if the application requires the download feature. + 4.0 + + http://tizen.org/feature/fido.uaf Specify this key, if the application requires the FIDO (Fast Identity Online) UAF (Universal Authentication Framework) client API. 3.0 diff --git a/org.tizen.training/html/web/details/app_filtering_w.htm b/org.tizen.training/html/web/details/app_filtering_w.htm index 4a2f76e..bab6ab8 100644 --- a/org.tizen.training/html/web/details/app_filtering_w.htm +++ b/org.tizen.training/html/web/details/app_filtering_w.htm @@ -600,7 +600,7 @@ http://tizen.org/feature/download - Specify this key, if the application requires the network connection to access the Internet for using the Download API. + Specify this key, if the application requires the download feature. 2.3 -- 2.7.4