Clear system clipboard content.
()
| 66 | * <p>Clear system clipboard content.</p> |
| 67 | */ |
| 68 | public static void clear() { |
| 69 | assert _onUIThread() : "Should be run on UI thread"; |
| 70 | _nClear(); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * <p>Register custom user-defined clipboard format.</p> |
no test coverage detected