Fix for 38025 37967
[apps/osp/Dial.git] / manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
3     <Id>zktdpemtmw</Id>
4     <Version>1.0.0</Version>
5     <Type>C++App</Type>
6     <Requirements>
7         <Feature Name="http://tizen.org/feature/platform.core.cpu.arch.x86">true</Feature>
8         <Feature Name="http://tizen.org/feature/platform.core.fpu.arch.vfpv3">true</Feature>
9     </Requirements>
10     <Apps>
11         <ApiVersion>2.1</ApiVersion>
12         <Privileges>
13             <Privilege>http://tizen.org/privilege/application.launch</Privilege>
14             <Privilege>http://tizen.org/privilege/appusage</Privilege>
15             <Privilege>http://tizen.org/privilege/setting</Privilege>
16             <Privilege>http://tizen.org/privilege/messaging.sms</Privilege>
17             <Privilege>http://tizen.org/privilege/telephony</Privilege>
18             <Privilege>http://tizen.org/privilege/vibrator</Privilege>
19             <Privilege>http://tizen.org/privilege/systeminfo</Privilege>
20             <Privilege>http://tizen.org/privilege/contact.read</Privilege>
21         </Privileges>
22         <UiApp LaunchingHistoryVisible="True" Main="True" MenuIconVisible="True" Name="Phone" SubMode="True">
23             <UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
24             <UiTheme SystemTheme="White"/>
25             <DisplayNames>
26                 <DisplayName Locale="eng-US">Phone</DisplayName>
27                 <DisplayName Locale="eng-GB">Phone</DisplayName>
28             </DisplayNames>
29             <Icons>
30                 <Icon Section="MainMenu">mainmenu.png</Icon>
31             </Icons>
32             <AppControls>
33                 <AppControl>
34                     <Operation>http://tizen.org/appcontrol/operation/configure</Operation>
35                     <Operation>http://tizen.org/appcontrol/operation/dial</Operation>
36                     <Uri>tel</Uri>
37                 </AppControl>
38             </AppControls>
39             <LaunchConditions/>
40             <Notifications>
41                 <Notification Name="Ticker">On</Notification>
42                 <Notification Name="Sound">On</Notification>
43                 <Notification Name="Contents">Off</Notification>
44                 <Notification Name="Badge">On</Notification>
45             </Notifications>
46         </UiApp>
47     </Apps>
48 </Manifest>