3

Is there any phone that doesn't have typical sms content provider ("content://sms/inbox")?

Or there is any phone that has different fields scheme?

pixel
  • 24,905
  • 36
  • 149
  • 251

2 Answers2

1

Android is open-source, so, technically, a company doing a custom ROM could desactivate this kind of functionnality, but I think that if the phone is able to send/receive SMS, the content provider will still be there.

Valentin Rocher
  • 11,667
  • 45
  • 59
0

Well, there are tablets that don't have telephony services so I guess it's possible that it doesn't work or just doesn't contain anything :-)

eMich
  • 1,736
  • 1
  • 14
  • 16
  • True, but is there any device that is capable of sending/receiving sms messages but doesn't have such provider? – pixel Nov 30 '10 at 15:01