Remove unused battery related notification code
[platform/core/system/system-popup.git] / src / org.tizen.system-syspopup.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="3.0" package="org.tizen.system-syspopup" version="0.1.7" install-location="internal-only" support-mode="screen-reader">
3         <label>System popup</label>
4         <author email="giyeol.ok@samsung.com" href="www.samsung.com">Giyeol Ok</author>
5         <description>System FW system popup application</description>
6         <ui-application appid="org.tizen.system-syspopup" exec="/usr/apps/org.tizen.system-syspopup/bin/system-syspopup" nodisplay="true" multiple="false" type="capp" taskmanage="false">
7                 <label>System popup</label>
8         </ui-application>
9         <privileges>
10                 <privilege>http://tizen.org/privilege/power</privilege>
11                 <privilege>http://tizen.org/privilege/reboot</privilege>
12                 <privilege>http://tizen.org/privilege/display</privilege>
13                 <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
14                 <privilege>http://tizen.org/privilege/window.priority.set</privilege>
15                 <privilege>http://tizen.org/privilege/haptic</privilege>
16         </privileges>
17 </manifest>