You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
295 B
8 lines
295 B
Sample app that demonstrates how to implement support for receiving content (e.g. images) via paste
|
|
from the long-press menu, drag-and-drop, etc.
|
|
|
|
To build and run:
|
|
```$bash
|
|
m ReceiveContentDemo && adb install out/target/product/blueline/system/app/ReceiveContentDemo/ReceiveContentDemo.apk
|
|
```
|