Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add copy/paste application for PenguinPeak project #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 24, 2021

  1. Add copy/paste application for PenguinPeak project

    This application is used to monitor Android clipboard,
    send clipboard data changes to host side, and set data
    which is received from host side to clipboard.
    
    It depends on changes of clipboard service due to Android
    11 limitation, and server application in host side.
    The communication channel is based on virtio-sock (vsock)
    serivce provided by native service.
    
    Execute following command under src folder to generate
    native service header file:
    javah -classpath ./ -d jni com.intel.penguinpeakutils.VsockClientImp
    Zhong,Fangjian committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f5bd21e View commit details
    Browse the repository at this point in the history