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 2 months 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T06:00:06.000Z (over 1 year ago)
- Last Synced: 2025-03-08T04:05:48.144Z (about 2 months ago)
- Topics: clipboard, riru
- Language: Java
- Homepage:
- Size: 382 KB
- Stars: 368
- Watchers: 7
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Kr328/Riru-ClipboardWhitelist - A module of Riru/Zygisk. Allowing apps to access the clipboard in the background on Android 10. (Java)
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//`