-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.xml
20 lines (20 loc) · 1.27 KB
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://samsung.com/PublicPreview" version="2.0.0" viewmodes="maximized">
<access origin="*" subdomains="true" />
<tizen:application id="sample0003.PublicPreview" package="sample0003" required_version="2.3" />
<content src="index.html" />
<feature name="http://tizen.org/feature/screen.size.all" />
<icon src="icon.png" />
<name>PublicPreview</name>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice" />
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo" />
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice" />
<tizen:privilege name="http://developer.samsung.com/privilege/avplay" />
<tizen:profile name="tv-samsung" />
<tizen:setting screen-orientation="auto-rotation" background-support="disable" encryption="disable" hwkey-event="enable" />
<tizen:metadata key="http://samsung.com/tv/metadata/use.preview" value="endpoint_URL=http://192.168.137.1/preview" />
<tizen:app-control>
<tizen:src name="index.html" reload="disable" />
<tizen:operation name="http://samsung.com/appcontrol/operation/eden_resume" />
</tizen:app-control>
</widget>