21 lines
828 B
Markdown
21 lines
828 B
Markdown
|
|
---
|
||
|
|
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>
|