언어 설정

Menu
Sites
Language
Launch Time zone list (City list) application

Hi!

Is there a possibility to launch application with Time zones list using application controll API for tizen web application?

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
konduri sai swathi
Hi, Time Zones setting is a part of settings app, so you can launch settings app and then set time zone. Try the below code :
function onsuccess() {
  console.log("The application has launched successfully");
}
tizen.application.launch("org.tizen.setting", onsuccess);
Or else you can create a web application to handle time zones and launch it using application control as mentioned in the above code by giving the application ID.