Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nbhusare/f1464e751e48407d0366b550b854c9ec to your computer and use it in GitHub Desktop.
Save nbhusare/f1464e751e48407d0366b550b854c9ec to your computer and use it in GitHub Desktop.
public static final String SCHEME = "content";
public static final String AUTHORITY = "org.nbhusare.contacts";
public static final String CONTENT_PATH = "contacts";
new Uri.Builder().scheme(SCHEME).authority(AUTHORITY).appendPath(CONTENT_PATH).build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment