• Home
Name Date Size #Lines LOC

..--

res/03-May-2024-260101

src/com/example/android/receivecontent/03-May-2024-607381

Android.bpD03-May-2024419 2018

AndroidManifest.xmlD03-May-20241.7 KiB4425

README.mdD03-May-2024295 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