Hi, Following set of patches adds the basic support for LaunchBrowser proactive command to ofono.
When a LaunchBrowser proactive command is received, oFono will inform the agent to LaunchBrowser with the specified URL. If confirmed by user, agent should launch the browser with the specified URL. This patch doesn't handle the qualifier, Network Access Name, User Name, password and bearer information which can be part of the LaunchBrowser proactive command. Regards, Jeevaka Jeevaka Badrappan (2): stkutil: add check for qualifier and browser id stk: Handle Launch Browser proactive command src/stk.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/stkagent.c | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ src/stkagent.h | 7 +++++ src/stkutil.c | 9 +++++- 4 files changed, 162 insertions(+), 1 deletions(-) _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
