Storage Redirect is a root app that isolates storage access for bad Android apps

栏目: IT技术 · 发布时间: 6年前

内容简介:If you have ever browsed through the file directory of your phone, you probably would have noticed a huge pile of dormant folders and files that essentially serve no value. Many apps don’t follow the best practices and leave behind a large number of files

If you have ever browsed through the file directory of your phone, you probably would have noticed a huge pile of dormant folders and files that essentially serve no value. Many apps don’t follow the best practices and leave behind a large number of files after you uninstall them from your phone. To give users more control over their storage and limit app clutter, Googleintroduced Scoped Storageaccess inAndroid 10, which restricts how apps can access the external storage. While implementing Scoped Storage isn’t mandatory for apps targeting Android 10, Google will fully implement this new change in the next major release: Android 11. 

But you don’t have to wait for Android 11 to take control of your device storage. Storage Redirect is an app that works on the same principle as Scoped Storage and lets you manage how apps use your storage. With Storage Redirect, you can choose which apps you want to isolate and which apps you want to give full access to the shared storage. Once an app is isolated, it can only access files from within its own directory and files generated by the app will also remain in the isolated storage. 

Storage Redirect is a root app that isolates storage access for bad Android apps
Storage Redirect is a root app that isolates storage access for bad Android apps
Storage Redirect is a root app that isolates storage access for bad Android apps
Storage Redirect is a root app that isolates storage access for bad Android apps

Here’s what you can do with Storage Redirect: 

  • You can control which of your private files the app can use (by folder)
  • Files created by the app will remain in isolated storage
  • Isolated storage will be automatically deleted after uninstalling the app
  • You can create your own rules to decide which important files to “synchronize” from the isolated storage to the shared storage space

Storage Redirect requiresroot accessto perform its magic so make sure you meet this requirement before giving it a try.


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

图解HTTP

图解HTTP

【日】上野宣 / 于均良 / 人民邮电出版社 / 2014-4-15 / 49.00元

本书对互联网基盘——HTTP协议进行了全面系统的介绍。作者由HTTP协议的发展历史娓娓道来,严谨细致地剖析了HTTP协议的结构,列举诸多常见通信场景及实战案例,最后延伸到Web安全、最新技术动向等方面。本书的特色为在讲解的同时,辅以大量生动形象的通信图例,更好地帮助读者深刻理解HTTP通信过程中客户端与服务器之间的交互情况。读者可通过本书快速了解并掌握HTTP协议的基础,前端工程师分析抓包数据,后......一起来看看 《图解HTTP》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具