Skip to content

Commit

Permalink
Merge pull request cordova-sms#215 from legagneur-matthieu/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
dbaq authored Aug 20, 2020
2 parents ec2ab47 + 9c212dc commit 77e8591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var app = {
replaceLineBreaks: false, // true to replace \n by a new line, false by default
android: {
intent: 'INTENT' // send SMS with the native android SMS messaging
//intent: '' // send SMS without opening any other app
//intent: '' // send SMS without opening any other app, require : android.permission.SEND_SMS and android.permission.READ_PHONE_STATE
}
};

Expand Down

0 comments on commit 77e8591

Please sign in to comment.