Route Firebase Notification to sms app interval #19
Answered
by
ibnux
cilinjohnrey
asked this question in
Q&A
-
Hi author, I try to modify the code to increase the interval of each sms message to route in sms app. I would like to know where is the function to route the sms message to sms app so that i can put random interval 16 to 30 seconds to it. |
Beta Was this translation helpful? Give feedback.
Answered by
ibnux
Jun 23, 2022
Replies: 1 comment
-
The function to send SMS are in this area that go to SimUtil if multiple SIMCARD or to Fungsi (function) if just 1 simcard |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ibnux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The function to send SMS are in this area
Android-SMS-Gateway/app/src/main/java/com/ibnux/smsgateway/layanan/PushService.java
Lines 261 to 272 in a7fcfdd
that go to SimUtil if multiple SIMCARD
https://github.com/ibnux/Android…