2013/11/20 Baptiste DURAND <[email protected]> > > So if an application that do *NOT* use * app_core **libraries* can *NOT *be > managed by Application Framework, correct? > > Please ,remember that Minibrowser is a classic application that comes from > webkit2-efl component. > >
Oh, I got confused another test app for mini-browser. Anyway, there is a utility function, bundle_import_from_argv(), to get the bundle from argv on bundle package. ( https://review.tizen.org/gerrit/gitweb?p=platform%2Fcore%2Fbase%2Fbundle.git;a=shortlog;h=refs%2Fheads%2Ftizen) The term, managed by app framework, has multiple meaning. As your example has proper manifest file, it is managed by AMD and it is on the running list slot. However, it does not have app-core and it does not have proper app lifecycle handler. This leads following issues: - AMD sends launch requestissued by other app to mini-browser but it may not handle the respond to the request. - App-core registers several app state to AMD. WIthout app-core, AMD does not have proper snapshot of app state. Young
_______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
