Add network privileges
[profile/tv/apps/native/settings.git] / org.tizen.settings-tv-ref.xml.in
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="@VERSION@" install-location="internal-only">
3         <label>Settings</label>
4         <author email="opensource.rnd@samsung.com" href="www.samsung.com">Open Source RnD</author>
5         <description>Application for adjusting various configuration of the user device</description>
6         <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="false" multiple="false" type="capp" taskmanage="true" landscape-effectimage="@DESKTOP_ICONDIR@/@PACKAGE_NAME@_4x2.png">
7                 <label>Settings</label>
8                 <icon>@DESKTOP_ICON@</icon>
9         </ui-application>
10         <privileges>
11                 <privilege>http://tizen.org/privilege/network.get</privilege>
12                 <privilege>http://tizen.org/privilege/network.set</privilege>
13                 <privilege>http://tizen.org/privilege/network.profile</privilege>
14         </privileges>
15 </manifest>