diff options
Diffstat (limited to 'tizen-manifest.xml')
-rw-r--r-- | tizen-manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml index 708e02c..c1cc986 100644 --- a/tizen-manifest.xml +++ b/tizen-manifest.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" package="org.tizen.worldclock-efl" version="1.0.0"> <profile name="mobile"/> - <ui-application appid="org.tizen.worldclock-efl" exec="worldclock-efl" launch_mode="caller" multiple="false" nodisplay="true" splash-screen-display="true" taskmanage="false" type="capp"> + <ui-application appid="org.tizen.worldclock-efl" exec="worldclock-efl" launch_mode="caller" multiple="false" nodisplay="true" taskmanage="false" type="capp"> <label>World clock Appcontrol</label> <label xml:lang="en-us">World clock Appcontrol</label> <icon>libug-worldclock-efl.png</icon> |