Repo created
This commit is contained in:
parent
21de94943c
commit
4e2998210b
143 changed files with 10606 additions and 2 deletions
20
docs/pages/permissions.md
Normal file
20
docs/pages/permissions.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
layout: default
|
||||
title: Permissions
|
||||
permalink: /permissions/
|
||||
---
|
||||
|
||||
<style>
|
||||
tab1 { padding-left: 4em; }
|
||||
</style>
|
||||
|
||||
## Permissions Explained
|
||||
|
||||
<p style="text-align: justify;"><tab1>As a privacy-friendly application, De-Bloater only demands the very necessary permissions required to offer the promised features, and are</tab1></p>
|
||||
|
||||
<ol>
|
||||
<li><b>ACCESS_SUPERUSER</b> - required to handle several tasks that demand root permissions.</li>
|
||||
<li><b>INTERNET</b> & <b>REQUEST_INSTALL_PACKAGES</b> - required to handle app-updates (only applicable for GitHub version).</li>
|
||||
<li><b>WRITE_EXTERNAL_STORAGE</b> - necessary to export de-bloated applications list to device storage for later use.</li>
|
||||
<li><b>QUERY_ALL_PACKAGES</b> - necessary permission to get most applications visible in Android 11 and above.</li>
|
||||
</ol>
|
||||
Loading…
Add table
Add a link
Reference in a new issue