- Edited
I just used adb to give permissions to Messages actually to Play Services~:
$ adb shell appops set com.google.android.gms READ_DEVICE_IDENTIFIERS allow
Check if it worked:
$ adb shell appops get com.google.android.gms | grep READ_DEVICE_IDENTIFIER
READ_DEVICE_IDENTIFIERS: allow; rejectTime=+26m54s324ms ago
It didn't make RCS work though.
Per the message you are talking about, it looks like I need to give them to Play Services. I don't know how to do that with adb - I'll play around a bit.
https://discuss.grapheneos.org/d/1353-using-rcs-with-google-messages-on-grapheneos/343
EDIT: looks like that's what I did, actually.
com.google.android.gms = Play Services. Right?