Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
BugReportSender/ | 07-May-2024 | - | 393 | 279 | ||
Bummer/ | 07-May-2024 | - | 206 | 137 | ||
CameraPreviewTest/ | 07-May-2024 | - | 1,091 | 813 | ||
DreamTheater/ | 07-May-2024 | - | 637 | 504 | ||
ExampleImsFramework/ | 07-May-2024 | - | 337 | 179 | ||
LoaderApp/ | 07-May-2024 | - | 9,244 | 5,672 | ||
MultiPackageApk/ | 07-May-2024 | - | 353 | 157 | ||
NotificationListenerSample/ | 07-May-2024 | - | 788 | 609 | ||
NotificationLog/ | 07-May-2024 | - | 238 | 179 | ||
NotificationShowcase/ | 07-May-2024 | - | 1,356 | 1,037 | ||
PermissionApp/ | 07-May-2024 | - | 482 | 308 | ||
PermissionApp2/ | 07-May-2024 | - | 447 | 292 | ||
PrintApp/ | 07-May-2024 | - | 851 | 662 | ||
PrintService/ | 07-May-2024 | - | 1,061 | 799 | ||
PrintService2/ | 07-May-2024 | - | 376 | 324 | ||
RpcPerformance/ | 07-May-2024 | - | 1,417 | 1,125 | ||
StrictModeTest/ | 07-May-2024 | - | 908 | 680 | ||
TestBack/ | 07-May-2024 | - | 229 | 172 | ||
procstatlog/ | 07-May-2024 | - | 1,166 | 838 | ||
Android.mk | D | 07-May-2024 | 143 | 3 | 0 | |
CleanSpec.mk | D | 07-May-2024 | 2.2 KiB | 50 | 0 | |
README | D | 07-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