Update package version to 1.0.30
[platform/core/uifw/autofill-daemon.git] / org.tizen.autofilld.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="5.5" package="org.tizen.autofilld" version="1.0.30">
3         <label>autofilld</label>
4         <author email="jihoon48.kim@samsung.com" href="www.samsung.com">Jihoon Kim</author>
5         <description>autofilld</description>
6         <service-application appid="org.tizen.autofilld" exec="autofilld" multiple="false" nodisplay="true" taskmanage="false" type="capp">
7                 <label>autofill daemon</label>
8                 <metadata key="http://tizen.org/rpc-port/privilege-check-bypass" value="AutofillAppPort|AutofillManagerPort"/>
9                 <background-category value="system"/>
10         </service-application>
11         <privileges>
12                 <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
13                 <privilege>http://tizen.org/privilege/datasharing</privilege>
14         </privileges>
15 </manifest>