语言

Menu
Sites
Language
Closing application
Hello,

This might be dumb question, but how does the user terminate application form application's view ?

Skiming through slides from conference there were slide with this :

Application is terminated when
• The Tizen::App::Terminate() method is called
• Another application requests termination by calling the Tizen::App::AppManager::TerminateApplication()method
• The application is in the foreground and the user presses the END key
• The user selects “End” in the task switcher
• The number of concurrent Tizen applications exceeds the limitation defined by the system policy
• The system memory or power is extremely low

but where is misterious END key ? On developer device is only one button - middle one, and if you press it then app goes to background... And I wonder is it me implementing something wrong in my app or is it normal behavior ?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

2 回复
wil smith
END key is being disabled untill 2.1.0(inclusive). In the upcoming versions it will be enabled, so you can use it for terminating your app.
Elsie Davis

The END key is a physical button on some Tizen devices that is used to terminate applications that are in the foreground. However, not all Tizen devices have an END key. On devices without an END key, you can use the Back key to exit an application. If your device does not have a Back key, you can use the Home key instead.