file-uri tag

1 questions


1 answers
108 views
0
How to change Uri to File on Android

What is the easiest way to convert android.net.Uri to File?final File file = new File(Environment.getExternalStorageDirectory(), read.me); Uri uri = Uri.fromFile(file); File auxFile = new File(uri.toS...

1 years ago

© 2024 OneMinuteCode. All rights reserved.