Revert "Updated application sources"
[apps/web/sample/ContactsExchanger.git] / project / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://sample-web-application.tizen.org/contacts-exchanger" version="2.2.0" viewmodes="maximized">
3         <tizen:app-control>
4                 <tizen:src name="index.html"/>
5                 <tizen:operation name="http://tizen.org/appcontrol/operation/nfc_empty_type"/>
6                 <tizen:uri name=""/>
7                 <tizen:mime name="*/*"/>
8         </tizen:app-control>
9         <tizen:app-control>
10                 <tizen:src name="index.html"/>
11                 <tizen:operation name="http://tizen.org/appcontrol/operation/nfc_well_known_type"/>
12                 <tizen:uri name=""/>
13                 <tizen:mime name="*/*"/>
14         </tizen:app-control>
15         <tizen:app-control>
16                 <tizen:src name="index.html"/>
17                 <tizen:operation name="http://tizen.org/appcontrol/operation/nfc_mime_type"/>
18                 <tizen:uri name=""/>
19                 <tizen:mime name="*/*"/>
20         </tizen:app-control>
21         <tizen:app-control>
22                 <tizen:src name="index.html"/>
23                 <tizen:operation name="http://tizen.org/appcontrol/operation/nfc_uri_type"/>
24                 <tizen:uri name=""/>
25                 <tizen:mime name="*/*"/>
26         </tizen:app-control>
27         <tizen:application id="CUflbBqLYv.ContactsExchanger" package="CUflbBqLYv" required_version="2.2"/>
28         <content src="index.html"/>
29         <icon src="icon.png"/>
30         <name>Contacts Exchanger</name>
31         <feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
32         <tizen:privilege name="http://tizen.org/privilege/application.launch"/>
33         <tizen:privilege name="http://tizen.org/privilege/contact.read"/>
34         <tizen:privilege name="http://tizen.org/privilege/contact.write"/>
35         <tizen:privilege name="http://tizen.org/privilege/nfc.admin"/>
36         <tizen:privilege name="http://tizen.org/privilege/nfc.common"/>
37         <tizen:privilege name="http://tizen.org/privilege/nfc.p2p"/>
38         <tizen:privilege name="http://tizen.org/privilege/nfc.tag"/>
39         <tizen:setting screen-orientation="portrait" context-menu="disable" background-support="enable" encryption="disable" install-location="auto"/>
40 </widget>