To avoid frozen state, background categories are needed.
Change-Id: I5725caf7deaefb231d84e9c6ddf5056e7a636e46
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
<?xml version="1.0" encoding="utf-8"?>
<manifest package="Tizen.Alarm.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
- <profile name="common" />
- <service-application appid="Tizen.Alarm.Tests" exec="Tizen.Alarm.Tests.dll" type="dotnet">
- <icon>Tizen.Alarm.Tests.png</icon>
- <label>Tizen.Alarm.Tests</label>
- </service-application>
- <shortcut-list />
- <privileges>
- <privilege>http://tizen.org/privilege/alarm.set</privilege>
- <privilege>http://tizen.org/privilege/alarm.get</privilege>
- <privilege>http://tizen.org/privilege/notification</privilege>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <profile name="common" />
+ <service-application appid="Tizen.Alarm.Tests" exec="Tizen.Alarm.Tests.dll" type="dotnet">
+ <icon>Tizen.Alarm.Tests.png</icon>
+ <label>Tizen.Alarm.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </service-application>
+ <shortcut-list />
+ <privileges>
+ <privilege>http://tizen.org/privilege/alarm.set</privilege>
+ <privilege>http://tizen.org/privilege/alarm.get</privilege>
+ <privilege>http://tizen.org/privilege/notification</privilege>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest package="Tizen.Alarm.UI.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
- <profile name="common" />
- <ui-application appid="Tizen.Alarm.UI.Tests" exec="Tizen.Alarm.UI.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
- <icon>Tizen.Alarm.UI.Tests.png</icon>
- <label>Tizen.Alarm.UI.Tests</label>
- <splash-screens />
- </ui-application>
- <shortcut-list />
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- <privilege>http://tizen.org/privilege/alarm.get</privilege>
- <privilege>http://tizen.org/privilege/alarm.set</privilege>
- <privilege>http://tizen.org/privilege/notification</privilege>
- </privileges>
- <dependencies />
- <provides-appdefined-privileges />
+ <profile name="common" />
+ <ui-application appid="Tizen.Alarm.UI.Tests" exec="Tizen.Alarm.UI.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
+ <icon>Tizen.Alarm.UI.Tests.png</icon>
+ <label>Tizen.Alarm.UI.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <shortcut-list />
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ <privilege>http://tizen.org/privilege/alarm.get</privilege>
+ <privilege>http://tizen.org/privilege/alarm.set</privilege>
+ <privilege>http://tizen.org/privilege/notification</privilege>
+ </privileges>
+ <dependencies />
+ <provides-appdefined-privileges />
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest package="Tizen.Applications.ComponentBased.ComponentManager.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
- <profile name="common" />
- <ui-application appid="Tizen.Applications.ComponentBased.ComponentManager.Tests" exec="Tizen.Applications.ComponentBased.ComponentManager.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
- <icon>Tizen.Applications.ComponentBased.ComponentManager.Tests.png</icon>
- <label>Tizen.Applications.ComponentBased.ComponentManager.Tests</label>
- <splash-screens />
- </ui-application>
- <shortcut-list />
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- <privilege>http://tizen.org/privilege/appmanager.kill.bgapp</privilege>
- <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
- </privileges>
- <provides-appdefined-privileges />
+ <profile name="common" />
+ <ui-application appid="Tizen.Applications.ComponentBased.ComponentManager.Tests" exec="Tizen.Applications.ComponentBased.ComponentManager.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
+ <icon>Tizen.Applications.ComponentBased.ComponentManager.Tests.png</icon>
+ <label>Tizen.Applications.ComponentBased.ComponentManager.Tests</label>
+ </ui-application>
+ <shortcut-list />
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ <privilege>http://tizen.org/privilege/appmanager.kill.bgapp</privilege>
+ <privilege>http://tizen.org/privilege/packagemanager.info</privilege>
+ </privileges>
+ <provides-appdefined-privileges />
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest package="Tizen.Applications.EventManager.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
- <profile name="common" />
- <service-application appid="Tizen.Applications.EventManager.Tests" exec="Tizen.Applications.EventManager.Tests.dll" type="dotnet">
- <icon>Tizen.ApplicationEvents.Tests.png</icon>
- <label>Tizen.Applications.EventManager.Tests</label>
- <background-category value="iot-communication" />
- <background-category value="location" />
- <background-category value="media" />
- <background-category value="sensor" />
- </service-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- <privilege>http://tizen.org/privilege/display</privilege>
- <privilege>http://tizen.org/privilege/network.get</privilege>
- <privilege>http://tizen.org/privilege/message.read</privilege>
- </privileges>
- <provides-appdefined-privileges />
+ <profile name="common" />
+ <service-application appid="Tizen.Applications.EventManager.Tests" exec="Tizen.Applications.EventManager.Tests.dll" type="dotnet">
+ <icon>Tizen.ApplicationEvents.Tests.png</icon>
+ <label>Tizen.Applications.EventManager.Tests</label>
+ </service-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ <privilege>http://tizen.org/privilege/display</privilege>
+ <privilege>http://tizen.org/privilege/network.get</privilege>
+ <privilege>http://tizen.org/privilege/message.read</privilege>
+ </privileges>
+ <provides-appdefined-privileges />
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.MessagePort.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.Applications.MessagePort.Tests"
- exec="Tizen.Applications.MessagePort.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.Applications.MessagePort.Tests" exec="Tizen.Applications.MessagePort.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.Applications.MessagePort.Tests.png</icon>
<label>Tizen.Applications.MessagePort.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.Preference.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.Applications.Preference.Tests"
- exec="Tizen.Applications.Preference.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.Applications.Preference.Tests" exec="Tizen.Applications.Preference.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.Applications.Preference.Tests.png</icon>
<label>Tizen.Applications.Preference.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest package="Tizen.Applications.RPCPort.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">
- <profile name="common" />
- <ui-application appid="Tizen.Applications.RPCPort.Tests" exec="Tizen.Applications.RPCPort.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
- <icon>Tizen.Applications.RPCPort.Tests.png</icon>
- <label>Tizen.Applications.RPCPort.Tests</label>
- <splash-screens />
- </ui-application>
- <shortcut-list />
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- <privilege>http://tizen.org/privilege/datasharing</privilege>
- </privileges>
- <dependencies />
- <provides-appdefined-privileges />
+ <profile name="common" />
+ <ui-application appid="Tizen.Applications.RPCPort.Tests" exec="Tizen.Applications.RPCPort.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
+ <icon>Tizen.Applications.RPCPort.Tests.png</icon>
+ <label>Tizen.Applications.RPCPort.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <shortcut-list />
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ <privilege>http://tizen.org/privilege/datasharing</privilege>
+ </privileges>
+ <dependencies />
+ <provides-appdefined-privileges />
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.Service.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.Applications.Service.Tests"
- exec="Tizen.Applications.Service.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.Applications.Service.Tests" exec="Tizen.Applications.Service.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.Applications.Service.Tests.png</icon>
<label>Tizen.Applications.Service.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Applications.UI.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.Applications.UI.Tests"
- exec="Tizen.Applications.UI.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.Applications.UI.Tests" exec="Tizen.Applications.UI.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.Applications.UI.Tests.png</icon>
<label>Tizen.Applications.UI.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>\r
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Badge.Tests" version="1.0.0">\r
- <profile name="common" />\r
- <ui-application appid="Tizen.Badge.Tests"\r
- exec="Tizen.Badge.Tests.dll"\r
- type="dotnet"\r
- multiple="false"\r
- taskmanage="true"\r
- launch_mode="single">\r
- <icon>Tizen.Badge.Tests.png</icon>\r
- <label>Tizen.Badge.Tests</label>\r
- </ui-application>\r
- <privileges>\r
- <privilege>http://tizen.org/privilege/notification</privilege>\r
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
- </privileges>\r
+ <profile name="common" />\r
+ <ui-application appid="Tizen.Badge.Tests" exec="Tizen.Badge.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">\r
+ <icon>Tizen.Badge.Tests.png</icon>\r
+ <label>Tizen.Badge.Tests</label>\r
+ <background-category value="media"/>\r
+ <background-category value="background-network"/>\r
+ <background-category value="location"/>\r
+ <background-category value="sensor"/>\r
+ <background-category value="iot-communication"/>\r
+ </ui-application>\r
+ <privileges>\r
+ <privilege>http://tizen.org/privilege/notification</privilege>\r
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+ </privileges>\r
</manifest>\r
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.ComponentBased.Default.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.ComponentBased.Default.Tests"
- exec="Tizen.ComponentBased.Default.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.ComponentBased.Default.Tests" exec="Tizen.ComponentBased.Default.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.ComponentBased.Default.Tests.png</icon>
<label>Tizen.ComponentBased.Default.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.ComponentBased.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.ComponentBased.Tests"
- exec="Tizen.ComponentBased.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.ComponentBased.Tests" exec="Tizen.ComponentBased.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.ComponentBased.Tests.png</icon>
<label>Tizen.ComponentBased.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<?xml version="1.0" encoding="utf-8"?>\r
<manifest package="Tizen.DataControl.Tests" version="1.0.0" api-version="8" xmlns="http://tizen.org/ns/packages">\r
- <profile name="common" />\r
- <service-application appid="Tizen.DataControl.Tests" exec="Tizen.DataControl.Tests.dll" type="dotnet">\r
- <icon>Tizen.DataControl.Tests.png</icon>\r
- <label>Tizen.DataControl.Tests</label>\r
- <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Sql" />\r
- <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Map" />\r
- </service-application>\r
- <shortcut-list />\r
- <privileges>\r
- <privilege>http://tizen.org/privilege/datasharing</privilege>\r
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
- </privileges>\r
+ <profile name="common" />\r
+ <service-application appid="Tizen.DataControl.Tests" exec="Tizen.DataControl.Tests.dll" type="dotnet">\r
+ <icon>Tizen.DataControl.Tests.png</icon>\r
+ <label>Tizen.DataControl.Tests</label>\r
+ <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Sql"/>\r
+ <datacontrol providerid="http://Tizen.DataControl.Tests.exe.com/datacontrol/provider/Tizen.DataControl.Tests.exe" access="ReadWrite" type="Map"/>\r
+ <background-category value="media"/>\r
+ <background-category value="background-network"/>\r
+ <background-category value="location"/>\r
+ <background-category value="sensor"/>\r
+ <background-category value="iot-communication"/>\r
+ </service-application>\r
+ <shortcut-list />\r
+ <privileges>\r
+ <privilege>http://tizen.org/privilege/datasharing</privilege>\r
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+ </privileges>\r
</manifest>\r
<?xml version="1.0" encoding="utf-8"?>\r
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.MediaKey.Tests" version="1.0.0">\r
- <profile name="common" />\r
- <service-application appid="Tizen.MediaKey.Tests" exec="Tizen.MediaKey.Tests.dll" type="dotnet">\r
- <icon>icon.png</icon>\r
- <label>Tizen.MediaKey.Tests</label>\r
- </service-application>\r
- <privileges>\r
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
- </privileges>\r
+ <profile name="common" />\r
+ <service-application appid="Tizen.MediaKey.Tests" exec="Tizen.MediaKey.Tests.dll" type="dotnet">\r
+ <icon>icon.png</icon>\r
+ <label>Tizen.MediaKey.Tests</label>\r
+ <background-category value="media"/>\r
+ <background-category value="background-network"/>\r
+ <background-category value="location"/>\r
+ <background-category value="sensor"/>\r
+ <background-category value="iot-communication"/>\r
+ </service-application>\r
+ <privileges>\r
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+ </privileges>\r
</manifest>\r
<service-application appid="Tizen.Mime.Tests" exec="Tizen.Mime.Tests.dll" type="dotnet">\r
<icon>Tizen.Mime.Tests.png</icon>\r
<label>Tizen.Mime.Tests</label>\r
+ <background-category value="media"/>\r
+ <background-category value="background-network"/>\r
+ <background-category value="location"/>\r
+ <background-category value="sensor"/>\r
+ <background-category value="iot-communication"/>\r
</service-application>\r
<privileges>\r
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
<?xml version="1.0" encoding="utf-8"?>\r
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.NotificationEventListener.Tests" version="1.0.0">\r
- <profile name="common" />\r
- <ui-application appid="Tizen.NotificationEventListener.Tests"\r
- exec="Tizen.NotificationEventListener.Tests.dll"\r
- type="dotnet"\r
- multiple="false"\r
- taskmanage="true"\r
- launch_mode="single">\r
+ <profile name="common" />\r
+ <ui-application appid="Tizen.NotificationEventListener.Tests" exec="Tizen.NotificationEventListener.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">\r
<icon>Tizen.NotificationEventListener.Tests.png</icon>\r
<label>Tizen.NotificationEventListener.Tests</label>\r
- </ui-application>\r
- <privileges>\r
- <privilege>http://tizen.org/privilege/notification</privilege>\r
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
- </privileges>\r
+ <background-category value="media"/>\r
+ <background-category value="background-network"/>\r
+ <background-category value="location"/>\r
+ <background-category value="sensor"/>\r
+ <background-category value="iot-communication"/>\r
+ </ui-application>\r
+ <privileges>\r
+ <privilege>http://tizen.org/privilege/notification</privilege>\r
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>\r
+ </privileges>\r
</manifest>\r
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.Notifications.Tests" version="1.0.0">
<profile name="common" />
- <ui-application appid="Tizen.Notifications.Tests"
- exec="Tizen.Notifications.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <ui-application appid="Tizen.Notifications.Tests" exec="Tizen.Notifications.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.Notifications.Tests.png</icon>
<label>Tizen.Notifications.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
</ui-application>
<privileges>
<privilege>http://tizen.org/privilege/notification</privilege>
<service-application appid="Tizen.Packagemanager.Tests" exec="Tizen.Packagemanager.Tests.dll" type="dotnet">
<icon>Tizen.Packagemanager.Tests.png</icon>
<label>Tizen.Packagemanager.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
</service-application>
<privileges>
<privilege>http://tizen.org/privilege/packagemanager.info</privilege>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.RemoteView.Tests" version="1.0.0">
- <profile name="common" />
- <ui-application appid="Tizen.RemoteView.Tests"
- exec="Tizen.RemoteView.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <profile name="common" />
+ <ui-application appid="Tizen.RemoteView.Tests" exec="Tizen.RemoteView.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.RemoteView.Tests.png</icon>
<label>Tizen.RemoteView.Tests</label>
- </ui-application>
- <privileges>
- <privilege>http://tizen.org/privilege/widget.viewer</privilege>
- <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
- </privileges>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
+ </ui-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/widget.viewer</privilege>
+ <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
+ </privileges>
</manifest>
<ui-application appid="Tizen.Shortcut.Tests" exec="Tizen.Shortcut.Tests.dll" multiple="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single">
<icon>Tizen.Shortcut.Tests.png</icon>
<label>Tizen.Shortcut.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
</ui-application>
<shortcut-list>
<shortcut appid="Tizen.Shortcut.Tests" extra_data="Test_Data" extra_key="Test_Key">
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="8" package="Tizen.WidgetApplication.Tests" version="1.0.0">
<profile name="common" />
- <ui-application appid="Tizen.WidgetApplication.Tests"
- exec="Tizen.WidgetApplication.Tests.dll"
- type="dotnet"
- multiple="false"
- taskmanage="true"
- launch_mode="single">
+ <ui-application appid="Tizen.WidgetApplication.Tests" exec="Tizen.WidgetApplication.Tests.dll" type="dotnet" multiple="false" taskmanage="true" launch_mode="single">
<icon>Tizen.WidgetApplication.Tests.png</icon>
<label>Tizen.WidgetApplication.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
</ui-application>
<privileges>
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>
<ui-application appid="Tizen.WidgetControl.Tests" exec="Tizen.WidgetControl.Tests.dll" multiple="false" taskmanage="true" type="dotnet" launch_mode="single">
<icon>Tizen.WidgetControl.Tests.png</icon>
<label>Tizen.WidgetControl.Tests</label>
+ <background-category value="media"/>
+ <background-category value="background-network"/>
+ <background-category value="location"/>
+ <background-category value="sensor"/>
+ <background-category value="iot-communication"/>
</ui-application>
<shortcut-list />
</manifest>