System app database

Package

com.android.filemanager

Administrador de archivos

1device profile
1observation
1user-facing hit
21 Jul 2026last seen

Package intelligence

Observed signing, permission, version and size signals from contributing devices - descriptive of that sample, not a verdict. These come from the v2 Package Search sync, which not every device has contributed to yet, so for some packages this detail is partial or not present at all.

1
signing cert
consistent across devices
84
permissions
largest set observed
43.2 MB
APK size
35
target SDK
10.0.13.0
versions observed
1
device profile
Declared permissions (84)

Largest permission set observed for this package. Text is Android's own published description where one exists; platform permissions Android does not document show their granted protection level (in grey) instead; vendor or unknown constants show the name only.

PermissionDescription
ACCESS_ALL_EXTERNAL_STORAGE -
ACCESS_BLUETOOTH_SHARE -
ACCESS_NETWORK_STATE Allows the app to view information about network connections such as which networks exist and are connected.
ACCESS_WIFI_STATE Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled and name of connected Wi-Fi devices.
BROADCAST_CLOSE_SYSTEM_DIALOGS Signature or privileged system permission. docs ↗
CHANGE_CONFIGURATION Signature or privileged system permission.
DEVICE_STORAGE_FULL -
FOREGROUND_SERVICE Allows the app to make use of foreground services.
FOREGROUND_SERVICE_DATA_SYNC Allows the app to make use of foreground services with the type "dataSync"
FOREGROUND_SERVICE_MEDIA_PLAYBACK Allows the app to make use of foreground services with the type "mediaPlayback"
GET_TASKS Allows the app to retrieve information about currently and recently running tasks. This may allow the app to discover information about which applications are used on the device.
INTERACT_ACROSS_USERS Signature or privileged system permission.
INTERACT_ACROSS_USERS_FULL Signature-level system permission, for platform-signed apps.
INTERNET Allows the app to create network sockets and use custom network protocols. The browser and other applications provide means to send data to the internet, so this permission is not required to send data to the internet.
MANAGE_EXTERNAL_STORAGE Signature-level system permission, for platform-signed apps. docs ↗
MANAGE_USERS Signature or privileged system permission.
MOUNT_UNMOUNT_FILESYSTEMS Signature or privileged system permission.
PEERS_MAC_ADDRESS Signature-level system permission, for platform-signed apps.
POST_NOTIFICATIONS Allows the app to show notifications
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
REAL_GET_TASKS Signature or privileged system permission.
REQUEST_INSTALL_PACKAGES Allows an application to request installation of packages.
SET_WALLPAPER Allows the app to set the system wallpaper.
START_ACTIVITIES_FROM_BACKGROUND Signature or privileged system permission. docs ↗
SYSTEM_ALERT_WINDOW This app can appear on top of other apps or other parts of the screen. This may interfere with normal app usage and change the way that other apps appear.
VIBRATE Allows the app to control the vibrator.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
WRITE_MEDIA_STORAGE Signature or privileged system permission.
WRITE_SECURE_SETTINGS Signature or privileged system permission.
WRITE_SETTINGS Allows the app to modify the system's settings data. Malicious apps may corrupt your system's configuration.
com.bbk.cloud.permission.START_SYNC_BY_SDK -
com.bbk.cloud.sdk.BBKCLOUD_SDK_SYNC -
com.bbk.iqoo.logsystem.permission.READ_DATA -
com.bbk.iqoo.logsystem.permission.SIGN_OR_SYSTEM -
com.bbk.iqoo.logsystem.permission.WRITE_DATA -
com.vivo.abe.permission.exidentifier.provider -
com.vivo.abe.permission.unifiedconfig.provider -
com.vivo.abe.permission.user.conset.record -
com.vivo.agent.permission.VOICE_SKILL -
com.vivo.aiengine.permission.READ_AWARE_PROVIDER -
com.vivo.aiengine.permission.WRITE_AWARE_PROVIDER -
com.vivo.basemanager.START_ACTIVITY -
com.vivo.cleansdk.UPDATE_DB_FROM_IMANAGER -
com.vivo.connbase.permission.CONNBASE_STARTUP -
com.vivo.connbase.permission.VIVO_CONNECT_SERVICE -
com.vivo.easyshare.permission.DRAG_AND_COPY_SERVICE -
com.vivo.filemanager.permission.DISKINFO_OPEN -
com.vivo.filemanager.permission.OPEN_FILE_LIST -
com.vivo.filemanager.permission.OPEN_SAFEBOX -
com.vivo.filemanager.permission.PrivacyInfoSync -
com.vivo.filemanager.permission.QUERY_RECYCLE_FILE_LIST -
com.vivo.fileobserver.notification.RECEIVER -
com.vivo.fileobserver.notification.content -
com.vivo.fileobserver.notification.status -
com.vivo.gallery.permission.ThirdDownloadOriginalActivity -
com.vivo.gallery3d.permission.CloudGalleryProvider -
com.vivo.gallery3d.permission.MediaExtraProvider -
com.vivo.handoff.READ_DUAL_SWITCH_PERMISSION -
com.vivo.handoff.READ_HANDOFF_SET_PERMISSION -
com.vivo.handoff.WRITE_DUAL_SWITCH_PERMISSION -
com.vivo.hiboard.permission.READ_SETTINGS -
com.vivo.mms.permission.EXTERNAL_ACCESS -
com.vivo.multideviceinteraction.permission.INFORMATION_SYNC -
com.vivo.pcsuite.permission.PCSUITE_WEBVIEW -
com.vivo.permission.ACCESS_SYSTEM_DATA_SERVICE -
com.vivo.permission.WRITE_V_SYSTEM_SETTINGS -
com.vivo.permission.frozen.ALLOW_LONG_TASK -
com.vivo.permission.vdfs -
com.vivo.permissionmanager.activity.defaultapp.set -
com.vivo.remotecontrol.START_ACTIVITY_PERMISSION -
com.vivo.safebox.gallery -
com.vivo.smartoffice.convertimage.permission -
com.vivo.smartoffice.convertpdf.permission -
com.vivo.smartoffice.formatconvert.permission -
com.vivo.smartoffice.pdfconvert.permission -
com.vivo.smartoffice.supportfilemanager.permission -
com.vivo.smartoffice.thumbnail.permission -
com.vivo.xspace.permission.ENTER_VERIFY_PAGE -
com.vivo.xspace.permission.ENTER_XLAUNCHER_PAGE -
com.vivo.xspace.permission.EXIT_XSPACE_PAGE -
com.vivo.xspace.permission.EXIT_XSPACE_PAGE_GALLERY -
com.vivo.xspace.permission.XSPACE_FUNC_HANDLE -
globalsearch.permission.OPEN_SEARCH -

Manage on devices

ADB commands for this package (the inverse of each is included so you can undo). Run from an authorised shell or wire the equivalent into your DPC. Verify on a test device first - this database doesn’t yet classify which packages are safe to change. --user 0 targets the current user; drop it (and use a privileged shell) to act device-wide.

Disable for the current user
adb shell pm disable-user --user 0 com.android.filemanager
Remove for the current user - a per-user uninstall; the APK stays on /system, so Restore re-adds it (-k keeps app data)
adb shell pm uninstall -k --user 0 com.android.filemanager
Re-enable
adb shell pm enable com.android.filemanager
Restore (re-install for the current user)
adb shell pm install-existing com.android.filemanager

Seen on

Each record is a device profile (make + model + Android version). Each unique handset that syncs against a matching profile will increase the observations of a package, thereby increasing confidence that a package is expected to be on a device.

OEMModelAndroidProvenanceObservationsLast seen
vivo V2550 Android 16 OEM vivo 1 1 user-facing 21 Jul 2026

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Administrador de archivos es-US 1
Administrador de archivos es-us 1