xref: /aosp_15_r20/development/samples/ReceiveContentDemo/README.md (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1*90c8c64dSAndroid Build Coastguard WorkerSample app that demonstrates how to implement support for receiving content (e.g. images) via paste
2*90c8c64dSAndroid Build Coastguard Workerfrom the long-press menu, drag-and-drop, etc.
3*90c8c64dSAndroid Build Coastguard Worker
4*90c8c64dSAndroid Build Coastguard WorkerTo build and run:
5*90c8c64dSAndroid Build Coastguard Worker```$bash
6*90c8c64dSAndroid Build Coastguard Workerm ReceiveContentDemo && adb install out/target/product/blueline/system/app/ReceiveContentDemo/ReceiveContentDemo.apk
7*90c8c64dSAndroid Build Coastguard Worker```
8