System app database

Package

com.samsung.android.lool

Device care

42device profiles
63observations
60user-facing hits
2 Jun 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.

2
signing certs
OEM-forked / varies
71
permissions
largest set observed
15.1 MB – 28.6 MB
APK size
31 – 37
target SDK
13.8.05.48 → 13.8.90.26
versions observed
14
device profiles
Declared permissions (71)

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.
BATTERY_STATS Signature or privileged system permission.
DELETE_PACKAGES Signature or privileged system permission.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
FOREGROUND_SERVICE_SPECIAL_USE Allows the app to make use of foreground services with the type "specialUse"
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.
INTERNAL_DELETE_CACHE_FILES 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_DEVICE_ADMINS Signature-level system permission, for platform-signed apps.
MANAGE_ROLE_HOLDERS Signature-level system permission, for platform-signed apps.
MANAGE_USERS Signature or privileged system permission.
MASTER_CLEAR Signature or privileged system permission.
NFC Allows the app to communicate with Near Field Communication (NFC) tags, cards, and readers.
POST_NOTIFICATIONS Allows the app to show notifications
READ_PRIVILEGED_PHONE_STATE Signature or privileged system permission. docs ↗
READ_SEARCH_INDEXABLES Signature or privileged system permission.
REAL_GET_TASKS 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.
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_SECURE_SETTINGS Signature or privileged system permission.
com.android.launcher.permission.INSTALL_SHORTCUT -
com.android.launcher.permission.READ_SETTINGS -
com.samsung.android.app.clockpack.LOCK_PROVIDER -
com.samsung.android.app.routines.permission.READ_ROUTINE_INFO -
com.samsung.android.app.tips.permission.USE_INTENT_SERVICE -
com.samsung.android.launcher.permission.READ_SETTINGS -
com.samsung.android.lool.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.samsung.android.permission.READ_SCPM -
com.samsung.android.permission.RESIDENT_SWAP -
com.samsung.android.permission.RUN_DISK_DEFRAGMENTATION -
com.samsung.android.permission.SEM_APP_RESTRICTION -
com.samsung.android.permission.WRITE_SCPM -
com.samsung.android.rubin.app.ui.permission.LAUNCH_RUBIN_SETTING -
com.samsung.android.rubin.context.permission.READ_CONTEXT_MANAGER -
com.samsung.android.rubin.persona.permission.READ_PERSONA_MANAGER -
com.samsung.android.samsungaccount.permission.ACCOUNT_MANAGER -
com.samsung.android.settings.analyzestorage.permission -
com.samsung.android.sm.permission.BIND_DEVICE_SECURITY -
com.samsung.android.voc.diagnosis.provider.READ_DIAGNOSIS_RESULT -
com.samsung.memorysaver.READ_MS_DATA -
com.samsung.permission.HQM_NOTIFICATION_PERMISSION -
com.samsung.permission.HRM_EXT -
com.samsung.permission.READ_IAFD_DATA -
com.samsung.permission.READ_SEC_COMMON_POLICY -
com.samsung.permission.READ_SM_DATA -
com.samsung.permission.WRITE_IAFD_DATA -
com.samsung.permission.WRITE_SM_DATA -
com.samsung.permission.mpsm.INVOKE_MPSM_METHOD -
com.samsung.sdm.permission.DMSERVICE -
com.samsung.sea.retailagent.permission.RETAILMODE -
com.samsung.systemui.permission.KEYGUARD_IMAGE -
com.sec.android.app.samsungapps.accesspermission.UPDATE_EXISTS -
com.sec.android.diagmonagent.permission.DIAGMON -
com.sec.android.diagmonagent.permission.DIAGMON_SURVEY -
com.sec.android.diagmonagent.permission.PROVIDER -
com.sec.android.provider.badge.permission.READ -
com.sec.android.provider.badge.permission.WRITE -
com.sec.android.settings.permission.SOFT_RESET -
com.sec.spp.permission.TOKEN_62335eae576a8472487c0bbe04c6221ad1a97c365d9905902e37e6a2845c7480d02ed3bdcc3e642092335b5ec0d5c4a1b80a571bef7d4ec3da103dcb09c74fcd021080ced18c86427963428080eb22fb97de52a24ca9b34b8e071f65908bb5f485c67f9174a9359cc747076814830f8d2e2876c23c695086d0af7b51d3d548c9 -
com.wssnps.permission.COM_WSSNPS -

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

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

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Device care en-gb 21
Device care en-us 16
Device care en 7
Apparaatonderhoud nl-nl 5
Assistenza dispositivo it-IT 5
Cuidado del dispositivo es-us 3
Device care en-nl 3
Gerätewartung de-de 3
Assistenza dispositivo it-it 2
Device care en-GB 2
Device care 2
Maintenance de l'appareil fr-fr 2
Mantenimiento del dispositivo es-es 2
Mantenimiento del dispositivo es-ES 2
Cuidado del dispositivo es-US 1
Device care en-au 1
Device care en-US 1
Maintenance de l'appareil fr-FR 1
Maintenance de l'appareil fr-dz 1
Pielęgnacja urządzenia pl-PL 1
Pielęgnacja urządzenia pl-pl 1
Обслуживание устройства ru-ru 1