An open API service indexing awesome lists of open source software.

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.

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//`