0

i am making a WEB Java application. I would like to insert a button which can instantly send an SMS without the user's assent skipping the "Send SMS GUI" (the user will use the mobile browser to access the service).

Pseudocode Example :

If(condition) {
               sendSMSWithNoAssent();
}     
Community
  • 1
  • 1
  • it's a WEB JAVA APPLICATION, not an android app –  Jun 29 '16 at 20:21
  • Please explain, in detail, what a "WEB JAVA APPLICATION" is. That being said, only native Android applications can send SMS without user approval, and then only if the user has granted permission to that app to perform this action. – CommonsWare Jun 29 '16 at 20:28
  • "In computing, a web application or web app is a client–server software application which the client (or user interface) runs in a web browser." and "only native Android applications can send SMS without user approval, and then only if the user has granted permission to that app to perform this action." answers my question. I can't do it without an Android native app –  Jun 29 '16 at 20:59

0 Answers0