• Home
Name Date Size #Lines LOC

..--

AndroidVendorSecurityTool/03-May-2024-2,6611,426

BugReportSender/03-May-2024-393279

CameraPreviewTest/03-May-2024-1,091813

DreamTheater/03-May-2024-640507

ExampleImsFramework/03-May-2024-338180

LoaderApp/03-May-2024-9,2445,672

RpcPerformance/03-May-2024-1,4171,125

StrictModeTest/03-May-2024-902675

UiAutomation/03-May-2024-1,294988

UiAutomationDemo/03-May-2024-12879

droiddreamclean/03-May-2024-288226

procstatlog/03-May-2024-1,166838

Android.mkD03-May-2024143 30

CleanSpec.mkD03-May-20242.2 KiB500

READMED03-May-2024844 2014

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
6>> Every package under this directory must have a README file <<
7
8Official SDK development samples should NOT go here, they should go in
9development/samples/ instead.
10
11Unlike the rest of the tree, code in experimental/ is NOT built by
12default, and may be arbitrarily broken.  Caveat user!  Individual
13packages must be built directly with "mmm" or equivalent:
14
15   mmm packages/experimental/BugReportSender
16
17Like a communal fridge, this directory will be cleaned periodically.
18Every major release, we intend to remove and archive any package that
19does not have an active owner and users.
20