diff options
author | ChulSeung Kim <charles0.kim@samsung.com> | 2017-06-14 13:57:55 +0900 |
---|---|---|
committer | ChulSeung Kim <charles0.kim@samsung.com> | 2017-06-14 13:57:55 +0900 |
commit | 937ac43a08a7dc51d816818785ef0db24e4f5e37 (patch) | |
tree | cbc8a2c6f093fda9c1a114751fc72615b578de2c /TVHome | |
parent | 61149f0fc740d152e79bb4b752b2ecb7bdc3ed2c (diff) | |
download | home-937ac43a08a7dc51d816818785ef0db24e4f5e37.tar.gz home-937ac43a08a7dc51d816818785ef0db24e4f5e37.tar.bz2 home-937ac43a08a7dc51d816818785ef0db24e4f5e37.zip |
Set TVHome hidden, Fix No Recent displaying issue
Change-Id: Id43cbe959a029a1ea9184a249769628998fdb94f
Diffstat (limited to 'TVHome')
-rwxr-xr-x | TVHome/TVHome.TizenTV/tizen-manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TVHome/TVHome.TizenTV/tizen-manifest.xml b/TVHome/TVHome.TizenTV/tizen-manifest.xml index ba93e06..3df57de 100755 --- a/TVHome/TVHome.TizenTV/tizen-manifest.xml +++ b/TVHome/TVHome.TizenTV/tizen-manifest.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="utf-8"?> <manifest package="org.tizen.xahome" version="1.0.0" api-version="3.0" xmlns="http://tizen.org/ns/packages"> <profile name="tv" /> - <ui-application appid="org.tizen.xahome" exec="xahome.exe" multiple="false" nodisplay="false" taskmanage="true" splash-screen-display="true" type="dotnet" launch_mode="single"> + <ui-application appid="org.tizen.xahome" exec="xahome.exe" multiple="false" nodisplay="true" taskmanage="false" splash-screen-display="false" type="dotnet" launch_mode="single"> <icon>xahome.png</icon> <label>Home</label> </ui-application> - <ui-application appid="org.tizen.xaapps" exec="xaapps.exe" multiple="false" nodisplay="true" taskmanage="false" splash-screen-display="true" type="dotnet" launch_mode="single"> + <ui-application appid="org.tizen.xaapps" exec="xaapps.exe" multiple="false" nodisplay="true" taskmanage="false" splash-screen-display="false" type="dotnet" launch_mode="single"> <icon>xaapps.png</icon> <label>Apps</label> </ui-application> |