From 9c212dc19e11b5009064464f91102c52f56e4387 Mon Sep 17 00:00:00 2001 From: Legagneur Matthieu Date: Thu, 20 Aug 2020 07:36:42 +0200 Subject: [PATCH] Update readme.md Precise permissions require --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 894fac2..d85f82c 100644 --- a/readme.md +++ b/readme.md @@ -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 } };