1

I have a couple of confusions about this:

  1. Does Android just randomly write data to its internal storage and the adopted SD card? Or does it only write to the adopted storage only when the internal storage is full?

  2. What happens if the SD card gets damaged or just intentionally removed? Does the phone crash and require a factory reset?

Sorry for asking 2 questions together, but hopefully it is okay since they are related to the same subject.

Thanks.

CluelessNoob
  • 121
  • 1
  • 1
  • A brief description of how adoptable storage works: https://android.stackexchange.com/a/214706/218526 // 2. Android reverts back to using userdata partition (/data).
  • – Irfan Latif Sep 08 '22 at 22:21
  • @IrfanLatif Thanks brother. But it would be really appreciated if you could post it as an answer but in a bit of layman's terms. – CluelessNoob Sep 08 '22 at 22:51
  • 1
    You might also wish to visit our adoptable-storage tag wiki for some background. Side note: More and more places point out that you should only use adoptable storage if you have no other choice. Some reasons for this are outlined in the linked wiki article. – Izzy Sep 09 '22 at 06:53