From 2dad0538b2e8072d5431612d7565222ff24e7ad3 Mon Sep 17 00:00:00 2001 From: Steve Soltys Date: Thu, 9 Nov 2017 00:08:29 -0500 Subject: [PATCH] Add advantages section to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f27250b..1d883bd1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ A backup application for the [Android Open Source Project](https://source.androi - Check out [the wiki](https://github.com/stevesoltys/backup/wiki) for information on building the application with AOSP. +## What makes this different? +This application is compiled with the operating system and does not require a rooted device for use. It uses the same +internal APIs as `adb backup` and only requires one permission: `android.permission.BACKUP`. + ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/stevesoltys/backup.