Commit 6eca1e4e3e845ab1a3c9929e05b369ec3e184e7a
1 parent
a2159798
Fixed package installation failure on Tizen devices
- Page Turn had two entries in the XML file Change-Id: If56f378ab5858ba6b50e08f0c7d30527302d4b82
Showing
1 changed file
with
1 additions
and
4 deletions
com.samsung.dali-demo.xml
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <label>New Window</label> |
| 25 | 25 | </ui-application> |
| 26 | 26 | <ui-application appid="page-turn-view.example" exec="/usr/apps/com.samsung.dali-demo/bin/page-turn-view.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> |
| 27 | - <label>PageTurnView Example</label> | |
| 27 | + <label>Page Turn</label> | |
| 28 | 28 | </ui-application> |
| 29 | 29 | <ui-application appid="bezier-curve.example" exec="/usr/apps/com.samsung.dali-demo/bin/bezier-curve.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> |
| 30 | 30 | <label>Alpha Function Curve</label> |
| ... | ... | @@ -308,9 +308,6 @@ |
| 308 | 308 | <ui-application appid="bloom-view.example" exec="/usr/apps/com.samsung.dali-demo/bin/bloom-view.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> |
| 309 | 309 | <label>Bloom</label> |
| 310 | 310 | </ui-application> |
| 311 | - <ui-application appid="page-turn-view.example" exec="/usr/apps/com.samsung.dali-demo/bin/page-turn-view.example" nodisplay="true" multiple="false" type="c++app" taskmanage="true"> | |
| 312 | - <label>Page Turn</label> | |
| 313 | - </ui-application> | |
| 314 | 311 | |
| 315 | 312 | <privileges> |
| 316 | 313 | <privilege>http://tizen.org/privilege/mediastorage</privilege> | ... | ... |