From 3adb191b0719afd74264c4e883d60743fa347fd4 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Wed, 5 Sep 2018 21:20:58 +0800 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 346d5fc..d6e3e94 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ This app depends on your Android system's implementation of Work Profile. Some v Features / Use Cases === -1. Run "Big Brother" apps inside the isolated profile so they cannot access your data outside the profile -2. "Freeze" (disable) background-heavy or seldom-used apps when you don't need them. This is especially true if you use apps from Chinese companies like Baidu, Alibaba, Tencent. +1. Run "Big Brother" apps inside the isolated profile so they cannot access your data / files outside the profile +2. "Freeze" (disable) background-heavy, tracking-heavy or seldom-used apps when you don't need them. This is especially true if you use apps from Chinese companies like Baidu, Alibaba, Tencent. 3. Clone apps to use two accounts on one device Caveats @@ -29,7 +29,7 @@ Shelter is not a full sandbox implementation. It cannot protect you from: 1. Security bugs of the Android system or Linux kernel 2. Backdoors installed in your Android system (so please use an open-source ROM if you are concerned about this) 3. Backdoors installed into the firmwares (no way to work around this) -4. Any other bugs or limitations imposed by the Android system. +4. Any other bugs or limitations imposed by the Android system. (i.e. If Android chooses to expose some information into the work profile, there is nothing I could do about it) Also, Shelter cannot create more than 1 work profile on one Android device, and cannot co-exist with any other apps that manages a Work Profile. This is due to the limitations of the Android system, and I can do nothing about this.