1Sample app that demonstrates how to implement support for receiving content (e.g. images) via paste
2from the long-press menu, drag-and-drop, etc.
3
4To build and run:
5```$bash
6m ReceiveContentDemo && adb install out/target/product/blueline/system/app/ReceiveContentDemo/ReceiveContentDemo.apk
7```
8