android13/development/samples/ReceiveContentDemo/README.md

8 lines
295 B
Markdown

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
```