Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 03-May-2024 | - | 260 | 101 | ||
src/com/example/android/receivecontent/ | 03-May-2024 | - | 607 | 381 | ||
Android.bp | D | 03-May-2024 | 419 | 20 | 18 | |
AndroidManifest.xml | D | 03-May-2024 | 1.7 KiB | 44 | 25 | |
README.md | D | 03-May-2024 | 295 | 8 | 6 |
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