https://github.com/kr328/riru-clipboardwhitelist
A module of Riru/Zygisk. Allowing apps to access the clipboard in the background on Android 10.
https://github.com/kr328/riru-clipboardwhitelist
clipboard riru
Last synced: about 1 month ago
JSON representation
A module of Riru/Zygisk. Allowing apps to access the clipboard in the background on Android 10.
- Host: GitHub
- URL: https://github.com/kr328/riru-clipboardwhitelist
- Owner: Kr328
- License: gpl-3.0
- Created: 2019-11-03T09:18:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T06:00:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T15:08:44.750Z (7 months ago)
- Topics: clipboard, riru
- Language: Java
- Homepage:
- Size: 382 KB
- Stars: 375
- Watchers: 7
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Riru - Clipboard Whitelist
A module of [Riru](https://github.com/RikkaApps/Riru)/[Zygisk](https://github.com/topjohnwu/zygisk-module-sample). Allowing apps to access the clipboard in the background on Android 10.
## Requirements
* Zygote inject framework installed
- Riru >= 26.0
- Zygisk
* Android 10+## Feature
Allowing apps to access the clipboard in the background on Android 10+.
## Multi-User Support
Add "Clipboard" app to other user and configure it.
## Build
1. Install JDK, Android SDK
2. Configure SDK path in local.properties
```properties
sdk.dir=/path/to/android/sdk
```3. Configure built-in manager app signing in signing.properties
```properties
keystore.path=/path/to/your/keystore.jks
keystore.password=
key.alias=
key.password=
```4. Run build command
``` bash
./gradlew module:assembleRelease
```
4. Pick `-clipboard-whitelist-.zip` from `module/build/outputs/magisk//`