在“ SMART功能” 中,在“自动运行最新的应用程序” 上打勾。
启动了其他应用程序,但没有启动。
并非在所有三星智能电视上都看到这种情况。
这仍然是第一台出现此类问题的电视。
电视型号: E32N4500
我的 config.xml:
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns:tizen="http://tizen.org/ns/widgets" xmlns="http://www.w3.org/ns/widgets" id="http://yourdomain/MyApp" version="4.5.0" height="1080" width="1920" viewmodes="maximized">
<access origin="*" subdomains="true"></access>
<tizen:application id="t9LnDSdFuu.MyApp" package="t9LnDSdFuu" required_version="2.3"/>
<content src="index.html"/>
<feature name="http://tizen.org/feature/screen.size.all"/>
<icon src="icon.png"/>
<tizen:metadata key="http://samsung.com/tv/metadata/prelaunch.support" value="true"/>
<name>MyApp</name>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://developer.samsung.com/privilege/network.public"/>
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo"/>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice"/>
<tizen:privilege name="http://tizen.org/privilege/tv.audio"/>
<tizen:privilege name="http://tizen.org/privilege/power"/>
<tizen:profile name="tv-samsung"/>
<tizen:setting screen-orientation="landscape" context-menu="disable" background-support="enable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>
请告诉我,如何在打开电视后运行应用程序?
它必须是这样的:
启动应用程序
关闭电视
打开电视
该应用程序应该正在运行(但是现在菜单已启动,并且如果您运行此应用程序,它将不会重新启动,但将从最后一个状态开始)