From: Hwankyu Jhun Date: Fri, 7 Aug 2020 01:34:14 +0000 (+0900) Subject: [Non-ACR][Tizen.Applications] Add background categories X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F240492%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [Non-ACR][Tizen.Applications] Add background categories To avoid frozen state, background categories are needed. Change-Id: I5725caf7deaefb231d84e9c6ddf5056e7a636e46 Signed-off-by: Hwankyu Jhun --- diff --git a/tct-suite-vs/Tizen.Alarm.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Alarm.Tests/tizen-manifest.xml index 040d1d1a9..b1a55b1d9 100755 --- a/tct-suite-vs/Tizen.Alarm.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Alarm.Tests/tizen-manifest.xml @@ -1,15 +1,20 @@ - - - Tizen.Alarm.Tests.png - - - - - http://tizen.org/privilege/alarm.set - http://tizen.org/privilege/alarm.get - http://tizen.org/privilege/notification - http://tizen.org/privilege/appmanager.launch - + + + Tizen.Alarm.Tests.png + + + + + + + + + + http://tizen.org/privilege/alarm.set + http://tizen.org/privilege/alarm.get + http://tizen.org/privilege/notification + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Alarm.UI.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Alarm.UI.Tests/tizen-manifest.xml index 7b62893b6..d5ae1d1f7 100755 --- a/tct-suite-vs/Tizen.Alarm.UI.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Alarm.UI.Tests/tizen-manifest.xml @@ -1,18 +1,22 @@ - - - Tizen.Alarm.UI.Tests.png - - - - - - http://tizen.org/privilege/appmanager.launch - http://tizen.org/privilege/alarm.get - http://tizen.org/privilege/alarm.set - http://tizen.org/privilege/notification - - - + + + Tizen.Alarm.UI.Tests.png + + + + + + + + + + http://tizen.org/privilege/appmanager.launch + http://tizen.org/privilege/alarm.get + http://tizen.org/privilege/alarm.set + http://tizen.org/privilege/notification + + + diff --git a/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/tizen-manifest.xml index 19ee5a48a..75c3e9fae 100755 --- a/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.ComponentBased.ComponentManager.Tests/tizen-manifest.xml @@ -1,16 +1,15 @@ - - - Tizen.Applications.ComponentBased.ComponentManager.Tests.png - - - - - - http://tizen.org/privilege/appmanager.launch - http://tizen.org/privilege/appmanager.kill.bgapp - http://tizen.org/privilege/packagemanager.info - - + + + Tizen.Applications.ComponentBased.ComponentManager.Tests.png + + + + + http://tizen.org/privilege/appmanager.launch + http://tizen.org/privilege/appmanager.kill.bgapp + http://tizen.org/privilege/packagemanager.info + + diff --git a/tct-suite-vs/Tizen.Applications.EventManager.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.EventManager.Tests/tizen-manifest.xml index ef8af55b4..86d77c79e 100755 --- a/tct-suite-vs/Tizen.Applications.EventManager.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.EventManager.Tests/tizen-manifest.xml @@ -1,19 +1,15 @@ - - - Tizen.ApplicationEvents.Tests.png - - - - - - - - http://tizen.org/privilege/appmanager.launch - http://tizen.org/privilege/display - http://tizen.org/privilege/network.get - http://tizen.org/privilege/message.read - - + + + Tizen.ApplicationEvents.Tests.png + + + + http://tizen.org/privilege/appmanager.launch + http://tizen.org/privilege/display + http://tizen.org/privilege/network.get + http://tizen.org/privilege/message.read + + diff --git a/tct-suite-vs/Tizen.Applications.MessagePort.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.MessagePort.Tests/tizen-manifest.xml index 471ae80c7..733dfabcf 100755 --- a/tct-suite-vs/Tizen.Applications.MessagePort.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.MessagePort.Tests/tizen-manifest.xml @@ -1,16 +1,16 @@ - - + + Tizen.Applications.MessagePort.Tests.png - - - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Applications.Preference.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.Preference.Tests/tizen-manifest.xml index 85578fcb2..6489fe959 100755 --- a/tct-suite-vs/Tizen.Applications.Preference.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.Preference.Tests/tizen-manifest.xml @@ -1,16 +1,16 @@ - - + + Tizen.Applications.Preference.Tests.png - - - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Applications.RPCPort.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.RPCPort.Tests/tizen-manifest.xml index 17b179b45..dd8b7e465 100755 --- a/tct-suite-vs/Tizen.Applications.RPCPort.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.RPCPort.Tests/tizen-manifest.xml @@ -1,16 +1,20 @@ - - - Tizen.Applications.RPCPort.Tests.png - - - - - - http://tizen.org/privilege/appmanager.launch - http://tizen.org/privilege/datasharing - - - + + + Tizen.Applications.RPCPort.Tests.png + + + + + + + + + + http://tizen.org/privilege/appmanager.launch + http://tizen.org/privilege/datasharing + + + diff --git a/tct-suite-vs/Tizen.Applications.Service.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.Service.Tests/tizen-manifest.xml index 469608456..e3ae22c79 100755 --- a/tct-suite-vs/Tizen.Applications.Service.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.Service.Tests/tizen-manifest.xml @@ -1,16 +1,16 @@ - - + + Tizen.Applications.Service.Tests.png - - - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Applications.UI.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Applications.UI.Tests/tizen-manifest.xml index 661608abf..059bbcf7e 100755 --- a/tct-suite-vs/Tizen.Applications.UI.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Applications.UI.Tests/tizen-manifest.xml @@ -1,16 +1,16 @@ - - + + Tizen.Applications.UI.Tests.png - - - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Badge.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Badge.Tests/tizen-manifest.xml index b0e796540..c71ce323e 100755 --- a/tct-suite-vs/Tizen.Badge.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Badge.Tests/tizen-manifest.xml @@ -1,17 +1,17 @@  - - - Tizen.Badge.Tests.png - - - - http://tizen.org/privilege/notification - http://tizen.org/privilege/appmanager.launch - + + + Tizen.Badge.Tests.png + + + + + + + + + http://tizen.org/privilege/notification + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.ComponentBased.Default.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.ComponentBased.Default.Tests/tizen-manifest.xml index 3c741613c..d55f67eb1 100755 --- a/tct-suite-vs/Tizen.ComponentBased.Default.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.ComponentBased.Default.Tests/tizen-manifest.xml @@ -1,16 +1,11 @@ - - + + Tizen.ComponentBased.Default.Tests.png - - - http://tizen.org/privilege/appmanager.launch - + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.ComponentBased.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.ComponentBased.Tests/tizen-manifest.xml index 31c1bf23b..3cfd598c5 100755 --- a/tct-suite-vs/Tizen.ComponentBased.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.ComponentBased.Tests/tizen-manifest.xml @@ -1,16 +1,16 @@ - - + + Tizen.ComponentBased.Tests.png - - - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.DataControl.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.DataControl.Tests/tizen-manifest.xml index e3723be04..1fbba8d14 100755 --- a/tct-suite-vs/Tizen.DataControl.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.DataControl.Tests/tizen-manifest.xml @@ -1,15 +1,20 @@ - - - Tizen.DataControl.Tests.png - - - - - - - http://tizen.org/privilege/datasharing - http://tizen.org/privilege/appmanager.launch - + + + Tizen.DataControl.Tests.png + + + + + + + + + + + + http://tizen.org/privilege/datasharing + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.MediaKey.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.MediaKey.Tests/tizen-manifest.xml index e7beb6502..4f26da9b3 100755 --- a/tct-suite-vs/Tizen.MediaKey.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.MediaKey.Tests/tizen-manifest.xml @@ -1,11 +1,16 @@ - - - icon.png - - - - http://tizen.org/privilege/appmanager.launch - + + + icon.png + + + + + + + + + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Mime.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Mime.Tests/tizen-manifest.xml index 6b7b4271a..9e073c0d7 100755 --- a/tct-suite-vs/Tizen.Mime.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Mime.Tests/tizen-manifest.xml @@ -4,6 +4,11 @@ Tizen.Mime.Tests.png + + + + + http://tizen.org/privilege/appmanager.launch diff --git a/tct-suite-vs/Tizen.NotificationEventListener.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.NotificationEventListener.Tests/tizen-manifest.xml index cf11ec828..75aff91c1 100755 --- a/tct-suite-vs/Tizen.NotificationEventListener.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.NotificationEventListener.Tests/tizen-manifest.xml @@ -1,17 +1,17 @@ - - + + Tizen.NotificationEventListener.Tests.png - - - http://tizen.org/privilege/notification - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/notification + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Notifications.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Notifications.Tests/tizen-manifest.xml index 0cc0ad68d..861865c6f 100755 --- a/tct-suite-vs/Tizen.Notifications.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Notifications.Tests/tizen-manifest.xml @@ -1,14 +1,14 @@ - + Tizen.Notifications.Tests.png + + + + + http://tizen.org/privilege/notification diff --git a/tct-suite-vs/Tizen.Packagemanager.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Packagemanager.Tests/tizen-manifest.xml index b085aa7f9..8e6768fce 100755 --- a/tct-suite-vs/Tizen.Packagemanager.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Packagemanager.Tests/tizen-manifest.xml @@ -4,6 +4,11 @@ Tizen.Packagemanager.Tests.png + + + + + http://tizen.org/privilege/packagemanager.info diff --git a/tct-suite-vs/Tizen.RemoteView.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.RemoteView.Tests/tizen-manifest.xml index 5bb0f0821..e67d576a6 100755 --- a/tct-suite-vs/Tizen.RemoteView.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.RemoteView.Tests/tizen-manifest.xml @@ -1,17 +1,17 @@ - - + + Tizen.RemoteView.Tests.png - - - http://tizen.org/privilege/widget.viewer - http://tizen.org/privilege/appmanager.launch - + + + + + + + + http://tizen.org/privilege/widget.viewer + http://tizen.org/privilege/appmanager.launch + diff --git a/tct-suite-vs/Tizen.Shortcut.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.Shortcut.Tests/tizen-manifest.xml index fae2246b3..03c8ff8f3 100755 --- a/tct-suite-vs/Tizen.Shortcut.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.Shortcut.Tests/tizen-manifest.xml @@ -4,6 +4,11 @@ Tizen.Shortcut.Tests.png + + + + + diff --git a/tct-suite-vs/Tizen.WidgetApplication.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.WidgetApplication.Tests/tizen-manifest.xml index c1f1b7ccc..c16423475 100755 --- a/tct-suite-vs/Tizen.WidgetApplication.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.WidgetApplication.Tests/tizen-manifest.xml @@ -1,14 +1,14 @@ - + Tizen.WidgetApplication.Tests.png + + + + + http://tizen.org/privilege/appmanager.launch diff --git a/tct-suite-vs/Tizen.WidgetControl.Tests/tizen-manifest.xml b/tct-suite-vs/Tizen.WidgetControl.Tests/tizen-manifest.xml index ef1eeea39..b66852bae 100755 --- a/tct-suite-vs/Tizen.WidgetControl.Tests/tizen-manifest.xml +++ b/tct-suite-vs/Tizen.WidgetControl.Tests/tizen-manifest.xml @@ -8,6 +8,11 @@ Tizen.WidgetControl.Tests.png + + + + +