How to export custom appcontrol in my service application and use it?

How to export custom appcontrol in my service application and use it?

BY 09 Jul 2013 Native Application Development

i want to export my service application’s functionalities by appconrol.i have add the appcontrol setting in manifest.xml.but when i want use it in another nativeappliacation(UI appliacation), i use the function “AppManager::FindAppControlN(const AppId& appId, const Tizen::Base::String& operationId)”,but can’t get the pointer of the appcontrol. so i read the source code of tizen framework,find it becasue there’s no register information in the file “/usr/ect/app-control-info.ini”, I don’t know why, should the ide settle these things? becasue i have add the appcontrol setting in manifest.

Written by