Questions tagged [rich-communications-services]

11 questions
3
votes
0 answers

Content Observer for RCS/ "Advanced messaging" type messages

As the title reads, I'm trying to figure out a way to also read RCS(Rich Communication Service) type OUTGOING messages. I currently have SMS outgoing messages logged but when it comes to a conversation that has RCS type messages, I'm not sure how…
Unforgiven52
  • 41
  • 1
  • 5
1
vote
1 answer

How to retrieve RCS messages from Android Devices

How do i retreive RCS messages in android. I can retreive SMS/MMS using contentproviders, is there any URI for RCS messaging availlable for android? I found that my device has this contentprovider availlabe so I tried using this : …
1
vote
1 answer

Is it currently possible to read the inbox of RCS messages?

i'am currently developing a Flutter application for Android, and i found myself in need of reading RCS messages received through Google Messages. I have already spent some time searching for an answer on Google, but sadly with no result. So the…
1
vote
1 answer

How does SMS work (with Android devices)?

We are working on a app based on Google's Rich Messaging Platform (RCS) and I'd like to ask some specific questions pertaining to how SMS is delivered into Android devices. Questions for the matter of understanding: Are SMS messages delivered into…
ikevin8me
  • 4,253
  • 5
  • 44
  • 84
1
vote
1 answer

How RCS can be used with botframework

We do some bot development for channels like Skype, Messenger etc. The framework we use is https://dev.botframework.com/. We were trying to figure out how RCS can be used as channel for bots? Any suggestions will be appreciated...
Zameer Ansari
  • 28,977
  • 24
  • 140
  • 219
0
votes
0 answers

Which data from Telephony.Mms.Part indicates a reaction?

Querying the MMS parts database on Android will give MMS message bodies like '❤️ to "hello"' for reactions. How can one know if these are true reactions or if someone typed that out? Looked at various columns in the MMS parts table. One clue is that…
0
votes
0 answers

how to use RCS messages to send text messages

I want to send Google RCS Messages to phones using Google RCS Messaging. I have setup an RCS agent.Now I want to send automated text messages from my PHP code to specified phonenumbers. I have the following code from the documentation:…
Tanzeem
  • 29
  • 8
0
votes
0 answers

I need to retrieve RCS messages on samsung phone

I am using this code below to grab MMS. I read in other places that RCS was held here on my samsung galaxy phone. However, My code is not grabbing the RCS messages. It only appears to be grabbing the MMS as far as I can tell. Uri uri =…
Sonny
  • 1
  • 2
0
votes
0 answers

is RCS permission in Android still signature level in 2020 ? (samsung/google)

I'm trying read text message from Android RCS Message Apps (Google / Samsung) What I was trying set permission concerned with rcs com.samsung.rcs.im.READ_PERMISSION (samsung galaxy series) com.gsma.rcs.permission.RCS (google) But, I got this…
0
votes
0 answers

Displaying contact name upon SMS or IP voice call, after (Android) phone has been rebooted

We are developing an SMS and RCS (Rich Commmunications Services) app. The phone can be in two modes (after reboot): - Direct Boot (for 7.0) - and for non Direct Boot mode (pre 7.0) Two possible events: 1. Upon receiving a message (SMS or RCS) 2.…
ikevin8me
  • 4,253
  • 5
  • 44
  • 84
0
votes
1 answer

Android: RCS ContentObserver permissions on Galaxy devices

I am working on an Android application that registers a ContentObserver to listen for MMS and SMS messages. I am looking into doing the same for RCS so that the same functionality can be provided on Galaxy devices using RCS for messaging. I seem to…
jch000
  • 421
  • 3
  • 11