Monday, 15 September 2014

android - how to send SMS or make a phone call from a samsung gear s app -


I am trying to find a way to send SMS and make phone calls from the Samsung Gear S app.

The documentation is mostly missing and searching for it does not provide too many conclusions.

Has anyone worked with? Is this possible?

As an alternative, if the app can not send SMS or make a call, then it is possible to start this default app (like Android Insert for SMS / Phone app or iOS Open URL).

Thank you.

@memical - I have found an alternate solution to launch messages / using AD ID SMS app

  & lt; P onclick = "hack sms ();" & Gt; Send SMS & lt; / P & gt; & Lt; Script & gt; Function Hack SMS () {tizen.application.launch ("com.samsung.message", function () {console.log ("Launched")}); } & Lt; / Script & gt;  

Adding http://tizen.org/privilege/application.launch priviege in your code config.xml

note Remember: I tried other ways to launch some predefined app controls, like using the open Tizen platform API for web apps. But it is working for the call and not for SMS.


No comments:

Post a Comment