Android versions are confusing!

By Austin Evans As the title states my main focus this past week was to get the Import and Export working for the android version 7 to 11. The funny thing is that each version of android changes the way a file is stored on the phone. Like in Android 11 we can save a file to the external storage without an extension using something called a MediaStore. However, in android 10 we need that extension to save the file directly. These changes to the save file method for the file cause a problem with each of the versions. Although through trial and error I was able to get the Android 10 to import a file. Since the file is written through the app, so having the different versions won't effort how the file is written. Only saving the file cause a problem. So how did I fix this, well I got a little help online and asking questions with a person I am working with. Through that, I figured out how i.e. the mention of the extension. With that in play, Andriod 10 and 11 are working...