vsov79 / Riru-ClipboardWhitelist

A module of Riru. Allowing apps to access the clipboard in the background on Android 10.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Riru - Clipboard Whitelist

A module of Riru. Allowing apps to access the clipboard in the background on Android 10.

Requirements

  • Riru >= 25.0 installed.
  • Android 10+

Feature

Allowing apps to access the clipboard in the background on Android 10.

Build

  1. Install JDK ,Android SDK ,Android NDK

  2. Configure local.properties

    ndk.dir=/path/to/android/ndk
    sdk.dir=/path/to/android/sdk
  3. Configure keystore.properties

    keyAlias=<your key alias>
    keyPassword=<your key password>
    storeFile=/path/to/your/store/file
    storePassword=<your store password>
  4. Run build command

    ./gradlew module:assembleRelease
  5. Pick riru-clipboard-whitelist-release.zip from module/build/outputs

About

A module of Riru. Allowing apps to access the clipboard in the background on Android 10.

License:GNU General Public License v3.0


Languages

Language:Java 51.3%Language:Kotlin 29.6%Language:Shell 9.5%Language:C 7.7%Language:CMake 1.9%