Loading docs/html/guide/topics/providers/content-provider-basics.jd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -328,7 +328,7 @@ content://user_dictionary/words </pre> </pre> <p> <p> where the <code>user_dictionary</code> string is the provider's authority, and where the <code>user_dictionary</code> string is the provider's authority, and <code>words</code> string is the table's path. The string the <code>words</code> string is the table's path. The string <code>content://</code> (the <strong>scheme</strong>) is always present, <code>content://</code> (the <strong>scheme</strong>) is always present, and identifies this as a content URI. and identifies this as a content URI. </p> </p> Loading Loading
docs/html/guide/topics/providers/content-provider-basics.jd +1 −1 Original line number Original line Diff line number Diff line Loading @@ -328,7 +328,7 @@ content://user_dictionary/words </pre> </pre> <p> <p> where the <code>user_dictionary</code> string is the provider's authority, and where the <code>user_dictionary</code> string is the provider's authority, and <code>words</code> string is the table's path. The string the <code>words</code> string is the table's path. The string <code>content://</code> (the <strong>scheme</strong>) is always present, <code>content://</code> (the <strong>scheme</strong>) is always present, and identifies this as a content URI. and identifies this as a content URI. </p> </p> Loading