is it possible for my app to do one or more of the following: read, write and detect data changes to phone storage while the phone is connected to the pc?
Note: The app is used on Android 4.1 and up
is it possible for my app to do one or more of the following: read, write and detect data changes to phone storage while the phone is connected to the pc?
Note: The app is used on Android 4.1 and up
When SD card is connected to your pc your phone cannot read the sd card. So, naturally your app wont b able to read the SD card and detect changes as long as SD card is being read by your pc.
But once you disconnect the SD from your pc, you can detect any change in the SD card by comparing with the previous status of the sd card which u have to save for future comparisons!