I want to read data from a file with .efi extension and transfer that data from Android. I tried copy pasting the content but missing (nul) and some other characters. Could someone help me to read efi file in Android Studio??
Asked
Active
Viewed 30 times
0
-
Have you tried reading the file like any other file? The file extension really does not matter. See [How can I read a text file in Android?](https://stackoverflow.com/questions/12421814/how-can-i-read-a-text-file-in-android) – Michael Kotzjan Mar 04 '22 at 06:05