NameDateSize

..20-Dec-20164 KiB

Android.mk20-Dec-2016143

BugReportSender/20-Dec-20164 KiB

Bummer/20-Dec-20164 KiB

CameraPreviewTest/20-Dec-20164 KiB

CleanSpec.mk20-Dec-20162.2 KiB

DreamTheater/20-Dec-20164 KiB

ExampleImsFramework/20-Dec-20164 KiB

LoaderApp/20-Dec-20164 KiB

MultiPackageApk/20-Dec-20164 KiB

NotificationListenerSample/20-Dec-20164 KiB

NotificationLog/20-Dec-20164 KiB

NotificationShowcase/20-Dec-20164 KiB

PermissionApp/20-Dec-20164 KiB

PermissionApp2/20-Dec-20164 KiB

PrintApp/20-Dec-20164 KiB

PrintService/20-Dec-20164 KiB

PrintService2/20-Dec-20164 KiB

procstatlog/20-Dec-20164 KiB

README20-Dec-2016954

RpcPerformance/20-Dec-20164 KiB

StrictModeTest/20-Dec-20164 KiB

TestBack/20-Dec-20164 KiB

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