Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/values/ | 25-Apr-2025 | - | 23 | 8 | ||
src/com/android/documentsui/compose/ | 25-Apr-2025 | - | 121 | 62 | ||
Android.bp | D | 25-Apr-2025 | 1.8 KiB | 63 | 54 | |
AndroidManifest.xml | D | 25-Apr-2025 | 2.8 KiB | 61 | 37 | |
OWNERS | D | 25-Apr-2025 | 112 | 7 | 5 | |
README | D | 25-Apr-2025 | 329 | 12 | 9 |
README
1This folder is intended for Sydney Files team to experiment constructing Jetpack Compose components 2for DocumentsUI. 3 4## Build and Install 5 6Use `brya` target as an example. 7 8```bash 9lunch brya-trunk_staging-eng 10m DocumentsUICompose 11adb install out/target/product/brya/system/priv-app/DocumentsUICompose/DocumentsUICompose.apk 12```