System app database

Package

com.android.thememanager

Themes

8device profiles
8observations
6user-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
78
permissions
largest set observed
58.5 MB – 70.1 MB
APK size
33 – 35
target SDK
2.1.8.10-global → 3.0.2.36-global
versions observed
4
device profiles
Declared permissions (78)

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
android.miui.permission.SHELL -
ACCESS_ADSERVICES_AD_ID -
ACCESS_ADSERVICES_ATTRIBUTION -
ACCESS_ADSERVICES_TOPICS -
ACCESS_CACHE_FILESYSTEM Signature or privileged system permission.
ACCESS_DOWNLOAD_MANAGER -
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.
AMBIENT_WALLPAPER Signature-level system permission, for platform-signed apps.
AUTHENTICATE_ACCOUNTS Install-time permission, granted automatically. docs ↗
BIND_WALLPAPER Signature or privileged system permission.
BODY_SENSORS Allows the app to access body sensor data, such as heart rate, temperature, and blood oxygen percentage, while the app is in use.
BROADCAST_STICKY Allows the app to send sticky broadcasts, which remain after the broadcast ends. Excessive use may make the phone slow or unstable by causing it to use too much memory.
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_NETWORK_STATE Allows the app to change the state of network connectivity.
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.
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"
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.
KILL_BACKGROUND_PROCESSES Allows the app to end background processes of other apps. This may cause other apps to stop running.
MANAGE_ACCOUNTS Install-time permission, granted automatically. docs ↗
MANAGE_USERS Signature or privileged system permission.
MODIFY_AUDIO_SETTINGS Allows the app to modify global audio settings such as volume and which speaker is used for output.
POST_NOTIFICATIONS Allows the app to show notifications
READ_BASIC_PHONE_STATE Allows the app to access the basic telephony features of the device.
READ_EXTERNAL_STORAGE Allows the app to read the contents of your shared storage.
READ_MEDIA_AUDIO Allows the app to read audio files from your shared storage.
READ_MEDIA_IMAGES Allows the app to read image files from your shared storage.
READ_MEDIA_VIDEO Allows the app to read video files from your shared storage.
READ_MEDIA_VISUAL_USER_SELECTED Allows the app to read image and video files that you select from your shared storage.
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
READ_WALLPAPER_INTERNAL Signature or privileged system permission.
REBOOT Signature or privileged system permission.
RECEIVE_BOOT_COMPLETED Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.
RECORD_AUDIO This app can record audio using the microphone while the app is in use.
REQUEST_INSTALL_PACKAGES Allows an application to request installation of packages.
SCHEDULE_EXACT_ALARM This app can schedule work to happen at a desired time in the future. This also means that the app can run when you\u2019re not actively using the device.
SEND_DOWNLOAD_COMPLETED_INTENTS -
SET_WALLPAPER Allows the app to set the system wallpaper.
SET_WALLPAPER_COMPONENT Signature or privileged system permission.
SET_WALLPAPER_HINTS Allows the app to set the system wallpaper size hints.
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_EXTERNAL_STORAGE Allows the app to write the contents of your shared storage.
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.android.thememanager.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.android.thememanager.permission.get_wallpaper -
com.android.updater.permission.RECEIVE_BROADCAST -
com.anroid.settings.permission.PRIVACY_AUTHORIZATION_DIALOG -
com.applovin.array.apphub.permission.BIND_APPHUB_SERVICE -
com.google.android.c2dm.permission.RECEIVE -
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.mi.health.permission.DEFAULT_READ_DATA -
com.mi.health.permission.DEFAULT_WRITE_DATA -
com.miui.powercenter.permission.POWER_COMMAND -
com.miui.systemAdSolution.LOCAL_AD_PROVIDER -
com.miui.systemAdSolution.adSwitch.PROVIDER -
com.miui.weather2.permission.WRITE_DB -
com.msa.permission.RETRY_BUFFER -
com.xiaomi.gallery.permission.CLOUD -
com.xiaomi.permission.CLOUD_MANAGER -
com.xiaomi.xmsf.permission.USE_XMSF_TRAFFIC -
com.zeus.gmc.sdk.mobileads.msa.odi.permission.ONDEVICE_INTELLIGENCE_PROVIDER -
miui.keyguard.editor.WRITE_EDITOR_FILE -
miui.permission.ACCESS_ALARM_PROVIDER -
miui.permission.ALARM_RINGTONE_PICKER -
miui.permission.USE_INTERNAL_GENERAL_API -

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

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

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Chủ đề vi-vn 2
Chủ đề vi-VN 2
Themes en-gb 2
Temas es-us 1
Temas es-US 1
Temas es-es 1
Themes en 1
Themes en-in 1
Темы ru-ru 1