System app database

Package

com.miui.securityadd

System service plugin

8device profiles
8observations
0user-facing hits
20 Mar 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
77
permissions
largest set observed
16.6 MB – 18.0 MB
APK size
33 – 35
target SDK
9.11.29-230223.1.1 → 9.12.03-250829.1.1
versions observed
4
device profiles
Declared permissions (77)

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_KEYGUARD_SECURE_STORAGE Signature-level system permission, for platform-signed apps.
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.
ACCESS_WIMAX_STATE -
AUTHENTICATE_ACCOUNTS Install-time permission, granted automatically. docs ↗
CAMERA This app can take pictures and record videos using the camera while the app is in use.
CHANGE_CONFIGURATION Signature or privileged system permission.
CHANGE_WIFI_STATE Allows the app to connect to and disconnect from Wi-Fi access points and to make changes to device configuration for Wi-Fi networks.
CHANGE_WIMAX_STATE -
CLEAR_APP_CACHE Signature or privileged system permission.
CONFIGURE_WIFI_DISPLAY Signature-level system permission, for platform-signed apps.
DELETE_CACHE_FILES Signature or privileged system permission.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
GET_ACCOUNTS Allows the app to get the list of accounts known by the phone. This may include any accounts created by applications you have installed.
GET_PACKAGE_SIZE Allows the app to retrieve its code, data, and cache sizes
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.
INJECT_EVENTS Signature-level system permission, for platform-signed apps.
INTERACT_ACROSS_USERS Signature or privileged system permission.
INTERACT_ACROSS_USERS_FULL Signature-level system permission, for platform-signed apps.
INTERNAL_DELETE_CACHE_FILES Signature-level system permission, for platform-signed apps.
INTERNAL_SYSTEM_WINDOW 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_ACCOUNTS Install-time permission, granted automatically. docs ↗
MANAGE_NETWORK_POLICY Signature-level system permission, for platform-signed apps.
MANAGE_USERS Signature or privileged system permission.
MODIFY_DAY_NIGHT_MODE Signature or privileged system permission.
MODIFY_NETWORK_ACCOUNTING Signature or privileged system permission.
MODIFY_PHONE_STATE Signature or privileged system permission.
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
READ_EXTERNAL_STORAGE Allows the app to read the contents of your shared storage.
READ_PHONE_STATE Allows the app to access the phone features of the device. This permission allows the app to determine the phone number and device IDs, whether a call is active, and the remote number connected by a call.
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
READ_SECURE_SETTINGS -
READ_SETTINGS -
RECEIVE_SMS Allows the app to receive and process SMS messages. This means the app could monitor or delete messages sent to your device without showing them to you.
REQUEST_INSTALL_PACKAGES Allows an application to request installation of packages.
SEND_SMS Allows the app to send SMS messages. This may result in unexpected charges. Malicious apps may cost you money by sending messages without your confirmation.
SET_PREFERRED_APPLICATIONS Signature-level system permission, for platform-signed apps.
SHUTDOWN Signature or privileged system permission.
STATUS_BAR_SERVICE Signature-level system permission, for platform-signed apps.
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.
USE_CREDENTIALS Install-time permission, granted automatically.
VIBRATE Allows the app to control the vibrator.
WAKE_LOCK Allows the app to prevent the phone from going to sleep.
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.android.launcher.permission.INSTALL_SHORTCUT -
com.android.launcher.permission.READ_SETTINGS -
com.android.settings.permission.CLOUD_SETTINGS_PROVIDER -
com.anroid.settings.permission.PRIVACY_AUTHORIZATION_DIALOG -
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE -
com.google.android.gms.permission.AD_ID -
com.mi.android.globallauncher.permission.READ_SETTINGS -
com.miui.childmode.video.permission.KID_MODE_ACCESS -
com.miui.gamebooster.access.ACTIVITY -
com.miui.gamebooster.permission.PANNEL_OPEN -
com.miui.gamebooster.permission.PARENT_VERIFY -
com.miui.home.launcher.permission.UNINSTALL_SHORTCUT -
com.miui.permission.MANAGE_SMS_INTERCEPT -
com.miui.powercenter.permission.POWER_COMMAND -
com.miui.powercenter.permission.POWER_DATA -
com.miui.securityadd.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.miui.securityadd.permission.MIPUSH_RECEIVE -
com.miui.securitycenter.permission.ACCESS_SECURITY_CENTER_PROVIDER -
com.miui.securitycenter.permission.CONTROL_VPN -
com.miui.securitycenter.permission.GAMEBOOSTER_PROVIDER -
com.miui.securitycenter.permission.SYSTEM_PERMISSION_DECLARE -
com.miui.securitycore.permission.DELETE_SECONDSPACE -
com.miui.securitycore.permission.KID_SPACE -
com.xiaomi.permission.ACCESS_SECURITY_DEVICE_CREDENTIAL -
com.xiaomi.permission.CLOUD_MANAGER -
com.xiaomi.xmsf.permission.MIPUSH_RECEIVE -
miui.permission.EXTRA_NETWORK -
miui.permission.READ_AND_WIRTE_PERMISSION_MANAGER -
miui.permission.USE_INTERNAL_GENERAL_API -
miui.permission.powerkeeper.HIDDEN_MODE_PROVIDER -
miui.securitycenter.permission.ANALYTICS -

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.miui.securityadd
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.miui.securityadd
Re-enable
adb shell pm enable com.miui.securityadd
Restore (re-install for the current user)
adb shell pm install-existing com.miui.securityadd

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
Xiaomi 21091116UI Android 13 - 1 8 Sep 2025
Xiaomi 220333QNY Android 13 OEM Xiaomi 1 16 Feb 2026
Xiaomi 23106RN0DA Android 15 - 1 22 May 2025
Xiaomi 23124RA7EO Android 15 - 1 17 Jun 2025
Xiaomi 24117RN76O Android 15 OEM Xiaomi 1 28 Dec 2025
Xiaomi 24117RN76O Android 16 OEM Xiaomi 1 20 Mar 2026
Xiaomi M2012K11AG Android 13 - 1 1 Oct 2025
Xiaomi M2101K6G Android 13 OEM Xiaomi 1 8 Mar 2026

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
System service plugin en-gb 2
Trình cắm dịch vụ hệ thống vi-VN 2
Trình cắm dịch vụ hệ thống vi-vn 2
Complemento de servicio del sistema es-US 1
Complemento de servicio del sistema es-us 1
Plugin del servicio del sistema es-es 1
System service plugin en-in 1
System service plugin en 1
Плагин системной службы ru-ru 1