-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.xml
More file actions
19 lines (19 loc) · 1.35 KB
/
config.xml
File metadata and controls
19 lines (19 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://yourdomain/VoiceInteractionSearchAndPlay" version="0.2.1" viewmodes="maximized">
<access origin="*" subdomains="true"></access>
<tizen:application id="htKSytyQFV.VoiceInteractionSearchAndPlay" package="htKSytyQFV" required_version="6.0"/>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.all"/>
<icon src="logo.jpg"/>
<tizen:metadata key="http://samsung.com/tv/metadata/prelaunch.support" value="true"/>
<name>VoiceInteractionSearchAndPlay</name>
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo"/>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice"/>
<tizen:privilege name="http://developer.samsung.com/privilege/voicecontrol"/>
<tizen:privilege name="http://developer.samsung.com/privilege/microphone"/>
<tizen:privilege name="http://tizen.org/privilege/system"/>
<tizen:profile name="tv-samsung"/>
<tizen:setting screen-orientation="landscape" context-menu="enable" background-support="enable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>