From 25515ef062762d0c531c4a5142cd548a3ede0e3a Mon Sep 17 00:00:00 2001 From: Ivana Date: Fri, 22 Jul 2022 10:56:04 +0000 Subject: [PATCH] Create main activity reset everything to initial state --- ...ivity-reset-everything-to-initial-state.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 main-activity-reset-everything-to-initial-state.md diff --git a/main-activity-reset-everything-to-initial-state.md b/main-activity-reset-everything-to-initial-state.md new file mode 100644 index 0000000..61bfff8 --- /dev/null +++ b/main-activity-reset-everything-to-initial-state.md @@ -0,0 +1,19 @@ +To exit the app, this is what we can do: + +- Cancel Setup +- Tapping the Stop button +- Wiping remotely +- Wiping/unlinking + +we can also do it by +- force stoppin the app +- rebooting device + + +After that, we can restart the app in the normal way, and regardless at which point we exited the app, we should see an 'initial state' + +But what is that 'initial state'? Intro screens? QR code? +To clarify at the time of execution if needed - to list the ways in which we exited and what screens we got on re-entring, and ask for confirmation? + +[Back to Testing](https://code.briarproject.org/briar/briar/-/wikis/) +