语言

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???

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

响应

4 回复
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 :)