From c00d702d5b1c28376ea7aa88e8273cfbd5d593e7 Mon Sep 17 00:00:00 2001 From: Yunjin Lee Date: Mon, 17 Aug 2015 14:22:16 +0900 Subject: [PATCH] Update privilege doc : Add EFL keygrab privilege Change-Id: I815dda3c2d9dae52668f3ff1c96fb0b5546d3374 Signed-off-by: Yunjin Lee --- .../html/native/details/sec_privileges_n.htm | 28 +++++++++++++++------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/org.tizen.gettingstarted/html/native/details/sec_privileges_n.htm b/org.tizen.gettingstarted/html/native/details/sec_privileges_n.htm index be3d77c..b353a86 100644 --- a/org.tizen.gettingstarted/html/native/details/sec_privileges_n.htm +++ b/org.tizen.gettingstarted/html/native/details/sec_privileges_n.htm @@ -88,7 +88,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }

http://tizen.org/privilege/appmanager.kill.bgapp

public

Closing background applications

-

This application can request to close applications running in the background.

+

The application can request to close applications running in the background.

http://tizen.org/privilege/appmanager.launch

@@ -220,13 +220,19 @@ tr.partner-level, tr.platform-level { background-color: #cff }

http://tizen.org/privilege/imemanager

public

Managing input methods

-

This application can manage installed input methods.

+

The application can manage installed input methods.

http://tizen.org/privilege/inputgenerator

platform

Generating touch and key events

-

This application can simulate keys being pressed and touch interactions with the screen.

+

The application can simulate keys being pressed and touch interactions with the screen.

+ + +

http://tizen.org/privilege/keygrab

+

platform

+

Capturing special key events

+

The application can read actions involving special keys, such as the volume keys on this or other devices (e.g. TV remote controls), even when it is running in the background.

http://tizen.org/privilege/keymanager

@@ -488,13 +494,13 @@ tr.partner-level, tr.platform-level { background-color: #cff }

http://tizen.org/privilege/account.read

public

Reading accounts

-

This application can read accounts.

+

The application can read accounts.

http://tizen.org/privilege/account.write

public

Managing accounts

-

This application can create, edit, and delete accounts.

+

The application can create, edit, and delete accounts.

http://tizen.org/privilege/alarm.get

@@ -518,7 +524,7 @@ tr.partner-level, tr.platform-level { background-color: #cff }

http://tizen.org/privilege/appmanager.kill.bgapp

public

Closing background applications

-

This application can request to close applications running in the background.

+

The application can request to close applications running in the background.

http://tizen.org/privilege/appmanager.launch

@@ -608,13 +614,19 @@ tr.partner-level, tr.platform-level { background-color: #cff }

http://tizen.org/privilege/imemanager

public

Managing input methods

-

This application can manage installed input methods.

+

The application can manage installed input methods.

http://tizen.org/privilege/inputgenerator

platform

Generating touch and key events

-

This application can simulate keys being pressed and touch interactions with the screen.

+

The application can simulate keys being pressed and touch interactions with the screen.

+ + +

http://tizen.org/privilege/keygrab

+

platform

+

Capturing special key events

+

The application can read actions involving special keys, such as the volume keys on this or other devices (e.g. TV remote controls), even when it is running in the background.

http://tizen.org/privilege/keymanager

-- 2.7.4