System app database

Package

com.android.camera

Camera

8device profiles
8observations
8user-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
69
permissions
largest set observed
84.8 MB – 173.7 MB
APK size
29 – 35
target SDK
4.5.002790.2 → 6.2.000960.2
versions observed
4
device profiles
Declared permissions (69)

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_COARSE_LOCATION This app can get your approximate location from location services while the app is in use. Location services for your device must be turned on for the app to get location.
ACCESS_FINE_LOCATION This app can get your precise location from location services while the app is in use. Location services for your device must be turned on for the app to get location. This may increase battery usage.
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.
BLUETOOTH Allows the app to view the configuration of the Bluetooth on the phone, and to make and accept connections with paired devices.
BLUETOOTH_ADMIN Allows the app to configure the local Bluetooth phone, and to discover and pair with remote devices.
BLUETOOTH_ADVERTISE Allows the app to advertise to nearby Bluetooth devices
BLUETOOTH_CONNECT Allows the app to connect to paired Bluetooth devices
BLUETOOTH_SCAN Allows the app to discover and pair nearby Bluetooth devices
CAMERA This app can take pictures and record videos using the camera while the app is in use.
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.
CONTROL_DEVICE_STATE Signature-level system permission, for platform-signed apps.
CONTROL_DISPLAY_BRIGHTNESS Signature-level system permission, for platform-signed apps.
DEVICE_POWER Signature-level system permission, for platform-signed apps.
DUMP Signature or privileged system permission.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
FOREGROUND_SERVICE_CAMERA Allows the app to make use of foreground services with the type "camera"
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.
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.
LOG_COMPAT_CHANGE Signature or privileged system permission.
MANAGE_EXTERNAL_STORAGE Signature-level system permission, for platform-signed apps. docs ↗
MANAGE_USB 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.
READ_COMPAT_CHANGE_CONFIG Signature or privileged system permission.
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_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.
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.
START_ACTIVITIES_FROM_BACKGROUND Signature or privileged system permission. docs ↗
SUBSCRIBE_TO_KEYGUARD_LOCKED_STATE 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.
SYSTEM_CAMERA This privileged or system app can take pictures and record videos using a system camera at any time. Requires the android.permission.CAMERA permission to be held by the app as well
TURN_SCREEN_ON Allows the app to turn on the screen.
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_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.android.SystemUI.permission.TIGGER_TOGGLE -
com.android.camera.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.android.camera.permission.DebugProvider -
com.android.settings.permission.CLOUD_SETTINGS_PROVIDER -
com.google.android.gms.permission.AD_ID -
com.miui.bugreport.permission.DUMP_CACHED_LOG -
com.miui.gallery.permission.BIND_SERVICE -
com.miui.gallery.permission.MEDIA_SCANNER -
com.miui.maintenancemode.model.MaintenanceModeProvider.read -
com.miui.maintenancemode.model.MaintenanceModeProvider.write -
com.miui.powerkeeper.permission.KILL_CAMERA -
com.miui.security.permission.DETECT_TEXT -
com.miui.securitycenter.permission.ACCESS_SECURITY_CENTER_PROVIDER -
com.miui.securitycenter.permission.PERM_USE_INFO -
com.miui.securitycenter.permission.SYSTEM_PERMISSION_DECLARE -
com.xiaomi.mi_connect_service.permission.RECEIVE_ENDPOINT -
com.xiaomi.permission.BIND_CONTINUITY_SERVICE -
com.xiaomi.permission.BIND_CONTINUITY_SERVICE_INTERNAL -
com.xiaomi.permission.CLOUD_MANAGER -
com.xiaomi.scanner.receiver.RECEIVER -
mediatek.permission.ACCESS_APU_SYS -
miui.permission.BUGREPORT -
miui.permission.DUMP_CACHED_LOG -

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

Appears in

Curated bundles that include this package.

Camera applications by OEM Xiaomi

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 1 user-facing 16 Feb 2026
Xiaomi 23106RN0DA Android 15 - 1 1 user-facing 22 May 2025
Xiaomi 23124RA7EO Android 15 - 1 1 user-facing 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
Camera vi-VN 2
Camera vi-vn 2
Camera en-gb 2
Camera en 1
Camera en-in 1
Cámara es-US 1
Cámara es-es 1
Cámara es-us 1
Камера ru-ru 1