Created
August 11, 2022 14:17
-
-
Save SerggioC/04457e4d6fd791e76516cb63bbe22524 to your computer and use it in GitHub Desktop.
get InputStream from Uri
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
InputStream inputStream = context.getContentResolver().openInputStream(urifont); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment