blob: 936cb4afc464040ed2e295ea936d4a88be72cc00 [file] [log] [blame] [view] [edit]
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
```