Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
BugReportSender/ | 03-May-2024 | - | 393 | 279 | ||
Bummer/ | 03-May-2024 | - | 206 | 137 | ||
CameraPreviewTest/ | 03-May-2024 | - | 1,091 | 813 | ||
DreamTheater/ | 03-May-2024 | - | 637 | 504 | ||
ExampleImsFramework/ | 03-May-2024 | - | 338 | 180 | ||
LoaderApp/ | 03-May-2024 | - | 9,244 | 5,672 | ||
NotificationListenerSample/ | 03-May-2024 | - | 700 | 525 | ||
NotificationLog/ | 03-May-2024 | - | 238 | 179 | ||
NotificationShowcase/ | 03-May-2024 | - | 844 | 603 | ||
PrintApp/ | 03-May-2024 | - | 500 | 390 | ||
PrintService/ | 03-May-2024 | - | 863 | 690 | ||
PrintService2/ | 03-May-2024 | - | 376 | 324 | ||
RpcPerformance/ | 03-May-2024 | - | 1,417 | 1,125 | ||
StrictModeTest/ | 03-May-2024 | - | 902 | 675 | ||
TestBack/ | 03-May-2024 | - | 343 | 277 | ||
procstatlog/ | 03-May-2024 | - | 1,166 | 838 | ||
Android.mk | D | 03-May-2024 | 143 | 3 | 0 | |
CleanSpec.mk | D | 03-May-2024 | 2.2 KiB | 50 | 0 | |
README | D | 03-May-2024 | 954 | 23 | 16 |
README
1The packages/experimental/ directory is for NON-SHIPPING code that is 2not included with any flavor of the device, the SDK, or any other kind 3of public release, but which might be useful for someone as a test 4harness, development tool, or general fun times. 5 6This directory, and all subdirectories, are public and published as 7part of the Android Open Source Project. 8 9>> Every package under this directory must have a README file << 10 11Official SDK development samples should NOT go here, they should go in 12development/samples/ instead. 13 14Unlike the rest of the tree, code in experimental/ is NOT built by 15default, and may be arbitrarily broken. Caveat user! Individual 16packages must be built directly with "mmm" or equivalent: 17 18 mmm packages/experimental/BugReportSender 19 20Like a communal fridge, this directory will be cleaned periodically. 21Every major release, we intend to remove and archive any package that 22does not have an active owner and users. 23