• Home
Name Date Size #Lines LOC

..--

res/04-Jul-2025-260101

src/com/example/android/receivecontent/04-Jul-2025-607381

Android.bpD04-Jul-2025419 2018

AndroidManifest.xmlD04-Jul-20251.7 KiB4425

README.mdD04-Jul-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