What is the URI for SMS Draft Content Provider?

android-contentprovider, sms

Solution

Content Provider URI for SMS is commonly

   content://sms/...

and for SMS Drafts it is

   content://sms/drafts/

Problem

What is the Native Content URI for SMS Drafts?

Original source