I am trying to write a tizen program which has to do the following
- When I do long press of any watch button then it has to call the specific emergency number
I do not find any sample code anywhere .. Did anyone already tried something like this?
I am trying to write a tizen program which has to do the following
I do not find any sample code anywhere .. Did anyone already tried something like this?
In Tizen native you can implement this by following the process below:
NOTE: Don't forget to add the lines below in the manifest file:
I've shown the implementation for simple click event. You can implement the call action for a long press event in a similar way. For the implementation of long press event follow this link.