-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.xml
14 lines (14 loc) · 909 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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/PlayerAVPlay" version="2.0.0" viewmodes="maximized">
<access origin="*" subdomains="true" />
<tizen:application id="sample0012.PlayerAVPlay" package="sample0012" required_version="2.3" />
<content src="index.html" />
<feature name="http://tizen.org/feature/screen.size.all" />
<icon src="icon.png" />
<name>PlayerAVPlay</name>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice" />
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo" />
<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" />
</widget>