• Home
Name Date Size #Lines LOC

..--

BugReportSender/07-May-2024-393279

Bummer/07-May-2024-206137

CameraPreviewTest/07-May-2024-1,091813

DreamTheater/07-May-2024-637504

ExampleImsFramework/07-May-2024-337179

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

MultiPackageApk/07-May-2024-353157

NotificationListenerSample/07-May-2024-788609

NotificationLog/07-May-2024-238179

NotificationShowcase/07-May-2024-1,3561,037

PermissionApp/07-May-2024-482308

PermissionApp2/07-May-2024-447292

PrintApp/07-May-2024-851662

PrintService/07-May-2024-1,061799

PrintService2/07-May-2024-376324

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

StrictModeTest/07-May-2024-908680

TestBack/07-May-2024-229172

procstatlog/07-May-2024-1,166838

Android.mkD07-May-2024143 30

CleanSpec.mkD07-May-20242.2 KiB500

READMED07-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