It is important to understand that AppSealing does not collect any kind of user information.
Additional app permissions from AppSealing are required in order for the AppSealing service to operate properly.
Below are the app permissions that are added to the AndroidManifest file by AppSealing:
- android.permission.INTERNET => For internet access
- android.permission.QUERY_ALL_PACKAGES=> For blacklist feature
- Please read this document to understand the reason for QUERY_ALL_PACAKGES permission, and handle the issue from Google.