System app database

Package

com.samsung.android.dynamiclock

Wallpaper services

47device profiles
71observations
0user-facing hits
18 Sep 2026last seen

Guidance

Safe to disable verified 14 Aug 2026

Labelled "Wallpaper services" on this site and in Samsung's own Galaxy S20 application list, this is the Samsung component behind the Dynamic Lock screen, and Samsung names the package directly. A Knox Manage knowledge base article on restricting the "Dynamic Wallpaper Service" identifies it as com.samsung.android.dynamiclock and warns that "if a device user can access the device's settings, the custom wallpaper can be overridden by setting a dynamic lock screen". Samsung's consumer support pages describe the same feature as "a service that automatically updates and displays images of animals, landscapes, etc. every two weeks on the lock screen", and tell users to turn it off at Settings > Wallpaper > Wallpaper services by selecting None, then switching off "Swipe left for info page". The permissions this site records fit that picture and are the reason it is worth a second look on a managed fleet: INTERNET and ACCESS_NETWORK_STATE alongside DOWNLOAD_WITHOUT_NOTIFICATION, SET_WALLPAPER and a Samsung keyguard image permission, plus POST_NOTIFICATIONS, INSTALL_SELF_UPDATES, Google Cloud Messaging receive and the Google advertising ID permission. This is a component that fetches imagery over the network and puts it on the lock screen of the device, and it can update itself. Version note: the package does not appear in Samsung's Oreo-era Note9 application list but does appear in the Android 11 S20 list at version 3.3.00.55, and this site records versions 3.3.03.66 through 3.8.00.14 with a target SDK from API 30 to API 36, so it is actively developed. Samsung's own instructions caveat that the on-device menus may vary by device model and software version, and no source we found sets out how this feature's naming or placement has changed across One UI releases; that gap is stated here rather than left to read as evergreen. For Android Enterprise, EMM and kiosk use, decide deliberately whether rotating network-sourced imagery and a swipe-left information page belong on the lock screen of a corporate device. Samsung documents the supported way to stop it on a managed fleet: add com.samsung.android.dynamiclock to the "Block Certain Apps from Running" app list in the Android Enterprise app restrictions policy, after which, in Samsung's words, "device users can no longer override the custom wallpaper by setting a dynamic lock screen". Where the aim is to fix the wallpaper outright instead, the Android Management API has a setWallpaperDisabled policy. The rating below follows from Samsung documenting the blocking of this specific package, and stating the consequence of doing so, alongside the supported off switch in Settings.

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.

2
signing certs
OEM-forked / varies
39
permissions
largest set observed
7.6 MB – 35.6 MB
APK size
30 – 36
target SDK
3.3.03.66 → 3.8.00.20
versions observed
22
device profiles
Declared permissions (39)

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_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.
DOWNLOAD_WITHOUT_NOTIFICATION -
FOREGROUND_SERVICE Allows the app to make use of foreground services.
INSTALL_SELF_UPDATES Signature or privileged system permission.
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_ACTIVITY_STACKS Signature-level system permission, for platform-signed apps.
MODIFY_PHONE_STATE Signature or privileged system permission.
MOUNT_UNMOUNT_FILESYSTEMS Signature or privileged system permission.
POST_NOTIFICATIONS Allows the app to show notifications
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_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
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.
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.
SET_WALLPAPER Allows the app to set the system wallpaper.
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_BIOMETRIC Allows the app to use biometric hardware for authentication
USE_FINGERPRINT Allows the app to use fingerprint hardware for authentication
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.google.android.c2dm.permission.RECEIVE -
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE -
com.google.android.gms.permission.AD_ID -
com.samsung.android.dynamiclock.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.samsung.android.mfi.UPDATE_WIDGET -
com.samsung.android.permission.MODIFY_THEME -
com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY -
com.samsung.contacts.permission.THEME -
com.samsung.sea.retailagent.permission.RETAILMODE -
com.samsung.systemui.permission.KEYGUARD_IMAGE -
com.samsung.systemui.permission.SPLUGIN -
com.sec.android.diagmonagent.permission.DIAGMON -
com.sec.spp.permission.TOKEN_cd71f9619078e323838a610ca090bed3b73f07a3de219d9ef87c57d31b85816f7a465527c5f07914182743c942b000bb86779706a293bef55f077d34b80971d340ed45edd2c30f85bf162dc2eea99e86b06e1e5ca7178ea1235e780d2c39ccd2424ae8abb5bd8d47df895896f549bf15922390e52c85aaf9526e86530efc79e6 -

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

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
Samsung SM-A057G Android 15 OEM Samsung 1 8 Aug 2026
Samsung SM-A125F Android 12 OEM Samsung 1 21 Jan 2026
Samsung SM-A135F Android 14 OEM Samsung 3 21 Jan 2026
Samsung SM-A137F Android 14 - 1 17 Jan 2026
Samsung SM-A236B Android 14 OEM Samsung 2 10 Apr 2026
Samsung SM-A266B Android 15 - 2 21 Aug 2025
Samsung SM-A266B Android 16 - 1 26 Jan 2026
Samsung SM-A346B Android 15 OEM Samsung 1 27 Jul 2026
Samsung SM-A515F Android 13 - 1 30 Jun 2025
Samsung SM-A528B Android 13 - 1 19 Jun 2025
Samsung SM-A536B Android 15 - 1 19 Jun 2025
Samsung SM-A536B Android 16 OEM Samsung 1 29 Jul 2026
Samsung SM-A556B Android 15 - 1 1 Jul 2025
Samsung SM-A566B Android 16 OEM Samsung 3 12 Sep 2026
Samsung SM-F721B Android 15 - 1 9 Jul 2025
Samsung SM-F766B Android 16 - 1 11 Nov 2025
Samsung SM-F971B Android 17 OEM Samsung 1 18 Sep 2026
Samsung SM-G766B Android 15 - 1 17 Oct 2025
Samsung SM-G766B Android 16 OEM Samsung 1 5 Sep 2026
Samsung SM-G780F Android 13 OEM Samsung 1 29 Dec 2025
Samsung SM-G973U Android 12 OEM Samsung 2 10 Jun 2026
Samsung SM-G991B Android 15 OEM Samsung 1 19 Apr 2026
Samsung SM-M315F Android 12 - 1 2 Feb 2026
Samsung SM-N986B Android 13 - 9 17 Jul 2025
Samsung SM-S721U Android 15 - 5 5 Aug 2025
Samsung SM-S731B Android 16 OEM Samsung 1 11 Aug 2026
Samsung SM-S906B Android 15 - 1 2 Jun 2025
Samsung SM-S908U Android 16 OEM Samsung 2 17 Sep 2026
Samsung SM-S921B Android 15 OEM Samsung 2 22 Jul 2025
Samsung SM-S921B Android 16 OEM Samsung 1 17 Sep 2026
Samsung SM-S921U Android 15 - 1 19 Jun 2025
Samsung SM-S926B Android 16 OEM Samsung 1 14 Apr 2026
Samsung SM-S928B Android 16 OEM Samsung 2 12 Jun 2026
Samsung SM-S928U1 Android 15 - 1 12 Sep 2025
Samsung SM-S931B Android 15 - 1 20 Sep 2025
Samsung SM-S931B Android 16 - 1 23 Nov 2025
Samsung SM-S936B Android 16 - 1 18 Dec 2025
Samsung SM-S937B Android 15 - 1 25 Aug 2025
Samsung SM-S938B Android 15 - 2 25 Aug 2025
Samsung SM-S942B Android 17 OEM Samsung 1 25 May 2026
Samsung SM-S948U Android 16 - 1 9 Sep 2026
Samsung SM-T636B Android 15 - 2 12 Oct 2025
Samsung SM-T976B Android 13 - 1 21 Jul 2025
Samsung SM-X200 Android 14 - 1 27 Aug 2025
Samsung SM-X716B Android 15 - 1 27 Jun 2025
Samsung SM-X910 Android 14 - 1 26 Jun 2025
Samsung SM-X910 Android 15 - 1 12 Sep 2025

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Wallpaper services en-gb 26
Wallpaper services en 20
Wallpaper services en-us 18
Achtergrondservices nl-nl 5
Servizi per gli sfondi it-IT 5
Hintergrundbilddienste de-de 3
Servicios de fondos de pantalla es-us 3
Wallpaper services en-nl 3
Services de fond d'écran fr-fr 2
Servicios de fondos de pantalla es-es 2
Servicios de fondos de pantalla es-ES 2
Servizi per gli sfondi it-it 2
Wallpaper services en-GB 2
Wallpaper services 2
Services de fond d'écran fr-FR 1
Services de fond d'écran fr-dz 1
Servicios de fondos de pantalla es-US 1
Služby pozadí cs-cz 1
Služby pozadí cs-CZ 1
Usługi tapety pl-pl 1
Usługi tapety pl-PL 1
Wallpaper services en-au 1
Wallpaper services en-US 1
Динамическая заставка ru-ru 1