Sir, in debug mode everything is working fine but after building signed apk my release version is not receiving any broadcasts (I have even registered them on oncreate)
@@TihomirRAdeff This is my problem sir On my actual device :when I install through USB it's working fine But when I generate a signed apk and install it in my phone it's not working
Thank You very much for this video! A lot to learn from this!! I would give 9.99/10, deducting 0.01 because no audio, I understand if you don't wanna include your voice but some music woulda been great! JK lol 10/10!!
Very cool video! But while browsing, I had a question, how do I make the toast output not only when the app is minimized, but also when it is completely closed?
the video is excellent. but I have a concern I would like to process the information from the SMS. example if I get the message like this: "you just received this number 1234". i want the program to get the decimal part so how can i do that please
@@TihomirRAdeff now there is restrictions on receive sms just like ios for security reason. Apps are removing this feature. You have to jump through hoops, take to google, why you need this permission and so on.
After a ton of googling and reading various websites, this helped me in less than 30 minutes. Thank you!
Excellent tutorial man. Saved me hours worth of work. Cheers!!
its still working with some updates. Amazing work . Appreciated !
found finally what i was searching for long 🎉 👍
Thanks bro! Very very very nice TUTORIAL...
Sir, in debug mode everything is working fine but after building signed apk my release version is not receiving any broadcasts (I have even registered them on oncreate)
Maybe your device have some battery saving restrictions?
@@TihomirRAdeff aha no sir
@@TihomirRAdeff This is my problem sir
On my actual device :when I install through USB it's working fine
But when I generate a signed apk and install it in my phone it's not working
@@TihomirRAdeff sir how to contact you sir?
Thank You very much for this video! A lot to learn from this!!
I would give 9.99/10, deducting 0.01 because no audio, I understand if you don't wanna include your voice but some music woulda been great! JK lol 10/10!!
You helped me a lot
Thanks , This is very Helpful
this method still working?
Nice tutorial big up it works
Very cool video! But while browsing, I had a question, how do I make the toast output not only when the app is minimized, but also when it is completely closed?
this will be forbidden in new android versions
Thank you nice job !!
Thank you very much!, it works for me.
Works Great! thanks very much
Thank you man. Regards from Iran
suna corona ki
Is it able to detect SMS received from sim1 or sim2 ?
thanks before
Do you know if it's possible? And how?
the video is excellent. but I have a concern I would like to process the information from the SMS. example if I get the message like this: "you just received this number 1234". i want the program to get the decimal part so how can i do that please
is it work on background when exit from the app thank you
it should work
Thanks but it does not work on Androis 7 upwards.
After close the app will it detect incoming massage
Yes, t should detect, but I'm not sure for the lateest android version if this is the case because they made some changes. You should test it.
can you send me code source of this project please ?
Thank you. run perfect
Hello... nice code, thanks. I like to display only a specific data in the body message, not all the body message. How can I do??
Not working on background time
Hey! Nice Tutorial :)
Is there anyway to detect outgoing messages in android ?
tx @Tihomir RAdeff this Code working
Please give me code because iam sketchware devloper there are only match jaba😭
RECEIVE_SMS is dead.
what do you mean?
@@TihomirRAdeff now there is restrictions on receive sms just like ios for security reason. Apps are removing this feature. You have to jump through hoops, take to google, why you need this permission and so on.
yes, but I show the programming part. everyone decides if he wants to use it. in some markets there is not such rule like on google play. :)
Congratulations for the video: In my case it only works when I include the following fields in Manisfest.
yes, in my case too