From ba5011003fca9dfd1849bc03cb541e5429c19064 Mon Sep 17 00:00:00 2001 From: Shoukolate Date: Mon, 18 May 2020 00:53:43 +0530 Subject: [PATCH] Add arm64 as a requirement in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c13827f..790eff9 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,15 @@ Switch My Slot is an Android app that helps you switch between android A & B slo Library used: [bootctl](https://android.googlesource.com/platform/system/extras/+/master/bootctl) What is A/B partitioning? + https://source.android.com/devices/tech/ota/ab + https://www.xda-developers.com/how-a-b-partitions-and-seamless-updates-affect-custom-development-on-xda/ ## Requirements 1. Device with A/B partitions -2. Root access on android device +2. Device platform should be ARM64 +3. Root access on android device