• Home
Name Date Size #Lines LOC

..--

BugReportSender/03-May-2024-393279

Bummer/03-May-2024-206137

CameraPreviewTest/03-May-2024-1,091813

DreamTheater/03-May-2024-637504

ExampleImsFramework/03-May-2024-338180

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

NotificationListenerSample/03-May-2024-700525

NotificationLog/03-May-2024-238179

NotificationShowcase/03-May-2024-844603

PrintApp/03-May-2024-500390

PrintService/03-May-2024-863690

PrintService2/03-May-2024-376324

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

SELinux/CTS/03-May-2024-15,3697,103

StrictModeTest/03-May-2024-902675

TestBack/03-May-2024-343277

procstatlog/03-May-2024-1,166838

Android.mkD03-May-2024143 30

CleanSpec.mkD03-May-20242.2 KiB500

READMED03-May-2024954 2316

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