Metadata Element
The following table provides detailed information regarding metadata used in the tizen-manifest.xml file.
No. | Metadata key | Since | Key description | Value description | Default value description | Example (add below statement to the manifest.xml file) |
---|---|---|---|---|---|---|
1 | http://tizen.org/metadata/allowedappid |
3.0 | Allowed application ids | The service application can allow the application to launch | The value is not defined | <metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.allowedapp"/> |
2 | http://tizen.org/metadata/aliasappid |
3.0 | Alias application id | If the user tries to launch application using alias app id, the real application is launched | The value is not defined | <metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.aliasapp"/> |
3 | http://tizen.org/metadata/prefer_dotnet_aot |
4.0 | Compilation preference of application dlls at installation time | true or false in favor of the compilation of application dlls at install time |
Default behavior may differ from implementations of the platform policy and the target status | <metadata key="http://tizen.org/metadata/prefer_dotnet_aot" value="true"/> |
4 | http://tizen.org/metadata/prefer_nuget_cache |
4.0 | Nuget caching preference across application packages | true or false in favor of nuget sharing across packages |
Default behavior may differ from implementations of the platform policy and the target status | <metadata key="http://tizen.org/metadata/prefer_nuget_cache" value="true"/> |
5 | http://tizen.org/metadata/stt-engine/name |
4.0 | STT engine name | Write an STT engine name | It does not work if there is no value | <metadata key="http://tizen.org/metadata/stt-engine/name" value="Samsung ASR N66"/> |
6 | http://tizen.org/metadata/stt-engine/language |
4.0 | Supported STT languages | Write supported languages | Language specified as an ISO 3166 alpha-2 two-letter country code followed by ISO 639-1 for the two-letter language code (for example, ““ko_KR”” for Korean, ““en_US”” for American English) |
<metadata key="http://tizen.org/metadata/stt-engine/language" value="en_US,es_US,fr_FR,ja_JP,ko_KR,zh_CN,zh_TW,zh_SG,zh_HK,de_DE,ru_RU,pt_BR,es_ES,en_GB,it_IT"/> |
7 | http://tizen.org/metadata/stt-engine/credential-required |
4.0 | Necessity of credential key | false - the credential key is not necessarytrue - the credential key is necessary |
Default value is false | <metadata key="http://tizen.org/metadata/stt-engine/credential-required" value="false"/> |
8 | http://tizen.org/metadata/stt-engine/setting |
4.0 | Setting app name for STT engine | Write a setting app name for STT engine | The setting app does not launch if there is no value | <metadata key="http://tizen.org/metadata/stt-engine/setting" value="org.tizen.stt-engine-default-setting"/> |
9 | http://tizen.org/metadata/stt-engine/silence-detection |
4.0 | Whether to support silence detection | Write whether to support silent detection such as EPD (End Point Detection) of speech | Default value is false | <metadata key="http://tizen.org/metadata/stt-engine/silence-detection" value="true"/> |
10 | http://tizen.org/metadata/stt-engine/uuid |
4.0 | STT engine uuid | Write an STT engine uuid | It does not work if there is no value | <metadata key="http://tizen.org/metadata/stt-engine/uuid" value="ABCD1234-AB12-AB12-AB12-ABCDEF123456"/> |
11 | http://tizen.org/metadata/tts-engine/name |
4.0 | TTS engine name | Write a TTS engine name | It does not work if there is no value | <metadata key="http://tizen.org/metadata/tts-engine/name" value="Samsung TTS"/> |
12 | http://tizen.org/metadata/tts-engine/language |
4.0 | Supported TTS languages | Write supported languages | Language specified as an ISO 3166 alpha-2 two-letter country code followed by ISO 639-1 for the two-letter language code (for example, ““ko_KR”” for Korean, ““en_US”” for American English) Voice type specified as female, male, and child |
<metadata key="http://tizen.org/metadata/tts-engine/language" value="en_US:female,ko_KR:female,de_DE:female,fr_FR:female,it_IT:female,es_ES:female"/> |
13 | http://tizen.org/metadata/tts-engine/credential-required |
4.0 | Necessity of credential key | false - the credential key is not necessarytrue - the credential key is necessary |
Default value is false | <metadata key="http://tizen.org/metadata/tts-engine/credential-required" value="false"/> |
14 | http://tizen.org/metadata/tts-engine/setting |
4.0 | Setting app name for TTS engine | Write a setting app name for TTS engine | The setting app does not launch if there is no value | <metadata key="http://tizen.org/metadata/tts-engine/setting" value="org.tizen.tts-engine-default-setting"/> |
15 | http://tizen.org/metadata/tts-engine/text-size |
4.0 | Supported max text size | Write a supported max text size as bytes | It does not work if there is no value | <metadata key="http://tizen.org/metadata/tts-engine/text-size" value="2000"/> |
16 | http://tizen.org/metadata/tts-engine/pitch-support |
4.0 | Whether to support pitch | Write whether to support pitch | Default value is false | <metadata key="http://tizen.org/metadata/tts-engine/pitch-support" value="true"/> |
17 | http://tizen.org/metadata/tts-engine/uuid |
4.0 | TTS engine uuid | Write a TTS engine uuid | It does not work if there is no value | <metadata key="http://tizen.org/metadata/tts-engine/uuid" value="ABCD1234-AB12-AB12-AB12-ABCDEF123456"/> |
18 | http://tizen.org/metadata/vc-engine/name |
5.5 | VC engine name | Write a VC engine name | It does not work if there is no value | <metadata key="http://tizen.org/metadata/vc-engine/name" value="Samsung voice control engine"/> |
19 | http://tizen.org/metadata/vc-engine/language |
5.5 | Supported VC languages | Write supported languages | Language specified as an ISO 3166 alpha-2 two-letter country code followed by ISO 639-1 for the two-letter language code (for example, ““ko_KR”” for Korean, ““en_US”” for American English) |
<metadata key="http://tizen.org/metadata/vc-engine/language" value="ko_KR,en_US"/> |
20 | http://tizen.org/metadata/vc-engine/credential-required |
5.5 | Necessity of credential key | false - the credential key is not necessarytrue - the credential key is necessary |
Default value is false | <metadata key="http://tizen.org/metadata/vc-engine/credential-required" value="false"/> |
21 | http://tizen.org/metadata/vc-engine/setting |
5.5 | Setting app name for VC engine | Write a setting app name for VC engine | The setting app does not launch if there is no value | <metadata key="http://tizen.org/metadata/vc-engine/setting" value="org.tizen.vc-engine-default-setting"/> |
22 | http://tizen.org/metadata/vc-engine/non-fixed-support |
5.5 | Whether to support non-fixed type command | Write whether to support non-fixed type command | Default value is false | <metadata key="http://tizen.org/metadata/vc-engine/non-fixed-support" value="true"/> |
23 | http://tizen.org/metadata/vc-engine/uuid |
5.5 | VC engine uuid | Write a VC engine uuid | It does not work if there is no value | <metadata key="http://tizen.org/metadata/vc-engine/uuid" value="ABCD1234-AB12-AB12-AB12-ABCDEF123456"/> |
24 | http://tizen.org/metadata/vc-engine/silence-detection |
5.5 | Whether to support silence detection | Write whether to support silent detection such as EPD (End Point Detection) of speech | Default value is false | <metadata key="http://tizen.org/metadata/vc-engine/silence-detection" value="true"/> |
25 | http://tizen.org/metadata/widget/aliasid |
6.5 | Alias widget id | If widget information is created using alias id, the real widget information is created | The value is not defined | <metadata key="http://tizen.org/metadata/widget/aliasid" value="org.tizen.aliaswidget"/> |