System app database

Package

com.vivo.globaldragdrop

Arrastrar y acceder

1device profile
1observation
0user-facing hits
21 Jul 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
79
permissions
largest set observed
13.9 MB
APK size
36
target SDK
3.7.1.0
versions observed
1
device profile
Declared permissions (79)

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_SURFACE_FLINGER Signature-level system permission, for platform-signed apps.
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.
FILTER_EVENTS Signature-level system permission, for platform-signed apps.
FOREGROUND_SERVICE Allows the app to make use of foreground services.
INTERACT_ACROSS_USERS_FULL 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_ACTIVITY_STACKS Signature-level system permission, for platform-signed apps.
MANAGE_ACTIVITY_TASKS Signature-level system permission, for platform-signed apps.
MODIFY_AUDIO_ROUTING Signature or privileged system permission.
MONITOR_INPUT Signature-level system permission, for platform-signed apps.
POST_NOTIFICATIONS Allows the app to show notifications
QUERY_ALL_PACKAGES Allows an app to see all installed packages.
READ_FRAME_BUFFER Signature-level system permission, for platform-signed apps.
REAL_GET_TASKS Signature or privileged system permission.
REGISTER_WINDOW_MANAGER_LISTENERS Signature-level system permission, for platform-signed apps.
REQUEST_INSTALL_PACKAGES Allows an application to request installation of packages.
START_ACTIVITIES_FROM_BACKGROUND Signature or privileged system permission. docs ↗
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.
VIBRATE Allows the app to control the vibrator.
WRITE_SECURE_SETTINGS Signature or privileged system permission.
smartmultiwindow.SMARTMULTIWINDOW_OP -
bbk.theme.permission.ACCESS_THEME_EDITER -
com.android.bbkmusic.PERMISSION -
com.bbk.launcher2.permission.ENTER_VIRTUAL_SYSTEM -
com.bbk.launcher2.permission.JUMP_ORIGIN -
com.bbk.launcher2.permission.OPEN_SIMPLE_SETTINGS_PREFERENCE -
com.iqoo.secure.permission.START_ACTIVITY -
com.iqoo.secure.permission.START_PRIVACY_ACTIVITY -
com.vivo.Tips.permission.HELP_GUIDE_NOTIFICATION -
com.vivo.Tips.permission.LOAD_DATA_ACTIVITY -
com.vivo.Tips.permission.TIPS_HELP_GUIDE_ACTIVITY -
com.vivo.abe.permission.unifiedconfig.provider -
com.vivo.abe.permission.user.conset.record -
com.vivo.agent.permission.VIVO_TRANSLATOR -
com.vivo.agent.permission.VOICE_RECOGNITION -
com.vivo.ai.copilot.permission.BIND_FLOATSERVICE -
com.vivo.ai.copilot.permission.BIND_TRIGGER_SERVICE -
com.vivo.ai.copilot.permission.COPILOT_SETTINGS -
com.vivo.ai.gptagent.client.permission.gptkitservice -
com.vivo.ai.gptagent.intent.action.permission -
com.vivo.ai.gptagent.permission.BIND_GPTLINKMANAGERSERVICE -
com.vivo.ai.gptagent.permission.BIND_GPTSERVICE -
com.vivo.ai.gptagent.permission.PROVIDER_SKILL_NOTIFICATION -
com.vivo.aiengine.permission.ACCESS_EASYIPC_SERVICE -
com.vivo.aiengine.permission.READ_AWARE_PROVIDER -
com.vivo.aiengine.permission.RECEIVER_START_COMPLETE -
com.vivo.aiengine.permission.WRITE_AWARE_PROVIDER -
com.vivo.assistant.permission.READ_DATA -
com.vivo.assistant.permission.READ_SPECIAL_DATA -
com.vivo.assistant.permission.VIPC_READ_SETTINGS -
com.vivo.assistant.permission.VIPC_WRITE_SETTINGS -
com.vivo.car.networking.permission.BIND_SKILLPROVIDER -
com.vivo.easyshare.permission.TRANSFER_PROVIDER -
com.vivo.favorite.READ_FAVORITE -
com.vivo.filemanager.permission.OPEN_FILE_LIST -
com.vivo.globaldragdrop.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION -
com.vivo.intentionkit.permission.BIND_SKILLPROVIDER -
com.vivo.notification.ISLAND_NOTI_SUPPORT -
com.vivo.pcsuite.permission.BIND_SKILLPROVIDER -
com.vivo.permission.ACCESSIBILITY_ENHANCE_PERMISSION -
com.vivo.permission.INSTALL_SYSTEM_APP -
com.vivo.permission.SERVICE_SETTING -
com.vivo.permission.frozen.ALLOW_LONG_TASK -
com.vivo.permissionmanager.activity.privacysettings -
com.vivo.remotecontrol.START_ACTIVITY_PERMISSION -
com.vivo.safecenter.permission.START_PRIVACY_ACTIVITY -
com.vivo.safecenter.permissions.START_SAFE_CENTER_ACTIVITY -
com.vivo.settings.permission.START_SETTINGS_ACTIVITY -
com.vivo.smartshot.permission.SETTINGS_MENU -
com.vivo.systemui.island.SYSTEMUI_ISLAND_SERVICE -
com.vivo.systemui.permission.ISLAND_STATE_CHANGED -
com.vivo.systemui.permission.STATUS_BAR_EXPAND_OR_CLOSE -
com.vivo.telephonyapp.permission.ACTIVITY_ACCESS -
com.vivo.vtouch.permission.ANALYSE -
com.vivo.vtouch.permission.SCANCODE -
com.vivo.xspace.permission.ENTER_VERIFY_PAGE -
vivo.aiservice.permission.AISERVICE_ACCESS -

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

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
vivo V2550 Android 16 OEM vivo 1 21 Jul 2026

Known labels

Locale-aware display names seen in the wild.

LabelLocaleSeen
Arrastrar y acceder es-US 1
Arrastrar y acceder es-us 1