Home | History | Annotate | only in /packages/experimental
Up to higher level directory
NameDateSize
.DS_Store05-Oct-20176K
Android.mk05-Oct-2017143
BugReportSender/05-Oct-2017
Bummer/05-Oct-2017
CameraPreviewTest/05-Oct-2017
CleanSpec.mk05-Oct-20172.2K
DreamTheater/05-Oct-2017
ExampleImsFramework/05-Oct-2017
FilledApp/05-Oct-2017
FillService/05-Oct-2017
InstantCookieApp/05-Oct-2017
LoaderApp/05-Oct-2017
MultiPackageApk/05-Oct-2017
NotificationListenerSample/05-Oct-2017
NotificationLog/05-Oct-2017
NotificationShowcase/05-Oct-2017
PermissionApp/05-Oct-2017
PrintApp/05-Oct-2017
PrintService/05-Oct-2017
procstatlog/05-Oct-2017
README05-Oct-2017954
RpcPerformance/05-Oct-2017
StrictModeTest/05-Oct-2017
TestBack/05-Oct-2017

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