Skip to content

Instantly share code, notes, and snippets.

@SerggioC
Created August 11, 2022 14:17
Show Gist options
  • Save SerggioC/04457e4d6fd791e76516cb63bbe22524 to your computer and use it in GitHub Desktop.
Save SerggioC/04457e4d6fd791e76516cb63bbe22524 to your computer and use it in GitHub Desktop.
get InputStream from Uri
InputStream inputStream = context.getContentResolver().openInputStream(urifont);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment