Create a Snapshot of current android device state and save it for later restore

575 Views Asked by At

I would like to take a snapshot of current device state (including state of apps). Just like we do for emulator. For reference check this link. https://developer.android.com/studio/run/emulator#snapshots

I would like to know if it is possible for a real android device. I think the OS do it internally when a new OS update is installed on the device.

I will use this snapshot with appium.

0

There are 0 best solutions below