-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! I see two possible uses of this library on Android:
- By some JVM apps, through their own rust library (e.g. game engines)
- By cross-platform term apps, through Termux (e.g. jmacdonald/amp)
The latter probably can be done by simply running process 'termux-clipboard-get/set'. About the first case — there is an easy way in SDK to use the clipboard, however, it needs to be used through JNI. This crate is used by Servo among others, so I think it'll be fine to use.
Things to think about:
- Can the Termux case be covered by the JNI thing?
- How to handle different Android SDKs?
- How to test?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request