summaryrefslogtreecommitdiff
path: root/phone/org.tizen.phone.xml
blob: 50597e80b5516fdfb2f4a48880587445ec1e49bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.phone" version="0.1.1" install-location="internal-only">
	<label>Phone</label> 
	<author email="ps.jeong@samsung.com" href="www.samsung.com">bongsu Jeong</author> 
  	<description>Phone Application</description> 
	<ui-application appid="org.tizen.phone" exec="/usr/apps/org.tizen.phone/bin/phone tab phone" nodisplay="false" multiple="false" type="capp" taskmanage="true">
		<icon>org.tizen.phone.png</icon> 
		<label>Phone</label> 
		<label xml:lang="ko_KR">전화</label> 
		<label xml:lang="de_DE">Telefon</label> 
		<label xml:lang="en_GB">Phone</label> 
		<label xml:lang="en_US">Phone</label> 
		<label xml:lang="es_ES">Phone</label> 
		<label xml:lang="fr_FR">Phone</label> 
		<label xml:lang="it_IT">Telef.</label> 
		<label xml:lang="ja_JP">電話</label> 
		<label xml:lang="nl_NL">Telefoon</label> 
		<label xml:lang="pt_PT">Telef.</label> 
		<label xml:lang="ru_RU">Телефон</label> 
		<label xml:lang="tr_TR">Telefon</label> 
		<label xml:lang="zh_CN">手机</label> 
		<label xml:lang="zh_HK">電話</label> 
		<label xml:lang="zh_TW">電話</label> 

		<application-service>
			<operation name="http://tizen.org/appsvc/operation/dial" /> 
				<mime name="tel" /> 
		</application-service>

	</ui-application>
</manifest>