OmniClip is a lightweight Xposed module designed to restore universal, global clipboard access across all applications and display environments.
Please Note: OmniClip is a modification of the logic found in Entr0pia’s fork of the xposed-clipboard-whitelist module. This specific iteration was born out of the frustration of trying to use a functional clipboard while Android Auto is running, where the system’s “Invalid Device ID” checks break the copy-paste flow between the phone and external interfaces.
📢 IMPORTANT:
Source Code Unavailable: Original source code is not included in this repository, the provided APK is the result of decompiling the original APK of this module and applying several smali patches.
OmniClip bypasses Android’s built-in clipboard security model. By design, Android restricts clipboard access to prevent background apps from “scraping” sensitive information like passwords or 2FA codes.
By installing this module, you acknowledge that:
In recent Android versions (particularly Android 13 and 14), access is often denied if:
-1).The module applies hooks to com.android.server.clipboard.ClipboardService:
getIntendingDeviceId to return 0 (DEVICE_ID_DEFAULT), tricking the system into believing every request originates from the main phone display.clipboardAccessAllowed to always return true, granting access to background callers.sh.dev.omniclip