Home | History | Annotate | only in /packages/experimental
Up to higher level directory
NameDateSize
.DS_Store21-Aug-20186K
Android.mk21-Aug-2018143
BugReportSender/21-Aug-2018
Bummer/21-Aug-2018
CameraPreviewTest/21-Aug-2018
CleanSpec.mk21-Aug-20182.2K
DreamTheater/21-Aug-2018
ExampleImsFramework/21-Aug-2018
FilledApp/21-Aug-2018
FillService/21-Aug-2018
InstantCookieApp/21-Aug-2018
KBars/21-Aug-2018
LoaderApp/21-Aug-2018
MultiPackageApk/21-Aug-2018
NotificationListenerSample/21-Aug-2018
NotificationLog/21-Aug-2018
NotificationShowcase/21-Aug-2018
PermissionApp/21-Aug-2018
PrintApp/21-Aug-2018
PrintService/21-Aug-2018
procstatlog/21-Aug-2018
README21-Aug-2018954
RpcPerformance/21-Aug-2018
SlicesApp/21-Aug-2018
StrictModeTest/21-Aug-2018
TestBack/21-Aug-2018

README

      1 The packages/experimental/ directory is for NON-SHIPPING code that is
      2 not included with any flavor of the device, the SDK, or any other kind
      3 of public release, but which might be useful for someone as a test
      4 harness, development tool, or general fun times.
      5 
      6 This directory, and all subdirectories, are public and published as
      7 part of the Android Open Source Project.
      8 
      9 >> Every package under this directory must have a README file <<
     10 
     11 Official SDK development samples should NOT go here, they should go in
     12 development/samples/ instead.
     13 
     14 Unlike the rest of the tree, code in experimental/ is NOT built by
     15 default, and may be arbitrarily broken.  Caveat user!  Individual
     16 packages must be built directly with "mmm" or equivalent:
     17 
     18    mmm packages/experimental/BugReportSender
     19 
     20 Like a communal fridge, this directory will be cleaned periodically.
     21 Every major release, we intend to remove and archive any package that
     22 does not have an active owner and users.
     23