0

I have ever bulid a project called "alarm2" in tizen studio , but later I change the app name into "alarm4",when I clicked run as tizen application,then I can use the app, but when I quit the app ,I can't find it anywhere in gear s2, so what should I do to keep the running app reserve in the gear s2?

Jeffrey
  • 49
  • 1
  • 4

1 Answers1

0

Why don't you check nodisplay property in tizen-manifest.xml? If it is true, your application is not shown in app list.

<ui-application appid="org.example.alarm" exec="alarm" type="capp" multiple="false" taskmanage="true" nodisplay="false">

msalt.net
  • 106
  • 7