Name Date Size #Lines LOC

..--

res/H25-Apr-2025-260101

src/com/example/android/receivecontent/H25-Apr-2025-607381

Android.bpH A D25-Apr-2025419 2018

AndroidManifest.xmlH A D25-Apr-20251.7 KiB4425

README.mdH A D25-Apr-2025295 86

README.md

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