From 18665f94f311119cad7292cecfc8d0f60b558749 Mon Sep 17 00:00:00 2001 From: Doyoun Kang Date: Thu, 28 Mar 2024 16:45:05 +0900 Subject: [PATCH] tizen_policy: support modal state feature Change-Id: Ibc19c5ee150e89cebb3c3ab093a70249accfd3af --- protocol/tizen/tizen-extension.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/protocol/tizen/tizen-extension.xml b/protocol/tizen/tizen-extension.xml index f4ace49..e88146e 100644 --- a/protocol/tizen/tizen-extension.xml +++ b/protocol/tizen/tizen-extension.xml @@ -44,7 +44,7 @@ - + The tizen_policy provides tizen-specific requests and events for window management at Tizen Platform. @@ -741,6 +741,20 @@ + + + + Set the modal state of the surface. + + + + + + + Unset the modal state of the surface. + + + -- 2.34.1