Languages

Menu
Sites
Language
Show whole Setting Menu

Hi,

I want to show whole setting menu in my application, but Setting AppControl supports only following operations:

Is there any other way to show entire setting menu???

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

Responses

4 Replies
S YUVARAJ
Launch "Setting menu" application using AppId "tizen.settings" within your application //Tizen::App::AppManager::LaunchApplication ( const AppId & appId, //LaunchOption option = LAUNCH_OPTION_DEFAULT //)
Alex Dem
Hi I did not face with possibility to display whole Setting Menu using AppControls. p.s. And I did not meet how to launch 'Settings App' directly using "tizen.settings" AppId via AppManager->LaunchApplication also. It is just alias for AppControls. Real AppId is another. Alexey.
S YUVARAJ
Ok try using this AppId "kto5jikgul.Settings". It worked for me when i used AppManager->LaunchApplication("kto5jikgul.Settings",AppManager::LAUNCH_OPTION_DEFAULT);
Shital Bombarde
Thanks... It worked for me too :)