From ccd80045a36239d5135008256a28198e8a62e395 Mon Sep 17 00:00:00 2001 From: Quddus Chong Date: Mon, 6 Oct 2014 14:57:45 -0700 Subject: [PATCH] docs: Added L API overview. Change-Id: Idd042b41a99f61faa6b011c2900210ed38b017b9 --- docs/html/about/about_toc.cs | 11 +- docs/html/about/versions/android-5.0.jd | 1189 +++++++++++++++++ .../ActivitySceneTransitionBasic.png | Bin 0 -> 93185 bytes .../ActivitySceneTransitionBasic@2x.png | Bin 0 -> 307433 bytes .../android-5.0/BasicManagedProfile.png | Bin 0 -> 41423 bytes .../android-5.0/BasicManagedProfile@2x.png | Bin 0 -> 128110 bytes .../images/android-5.0/JobSchedulerSample.png | Bin 0 -> 41607 bytes .../android-5.0/JobSchedulerSample@2x.png | Bin 0 -> 130265 bytes docs/html/images/android-5.0/art.png | Bin 0 -> 3768 bytes .../images/android-5.0/battery_historian.png | Bin 0 -> 56657 bytes .../android-5.0/battery_historian@2x.png | Bin 0 -> 175020 bytes docs/html/images/android-5.0/bugs.png | Bin 0 -> 2359 bytes docs/html/images/android-5.0/hun-example.png | Bin 0 -> 382747 bytes .../images/android-5.0/hun-example@2x.png | Bin 0 -> 1365152 bytes docs/html/images/android-5.0/l-dev-prev.png | Bin 0 -> 706073 bytes .../android-5.0/managed_apps_launcher.png | Bin 0 -> 861014 bytes .../android-5.0/managed_apps_launcher@2x.png | Bin 0 -> 3241926 bytes .../android-5.0/notifications/AntiSample1.png | Bin 0 -> 572098 bytes .../android-5.0/notifications/AntiSample3.png | Bin 0 -> 1341725 bytes .../notifications/ExpandedImage.png | Bin 0 -> 744770 bytes .../android-5.0/notifications/Headsup.png | Bin 0 -> 332859 bytes .../android-5.0/notifications/Largelogo.png | Bin 0 -> 17078 bytes .../android-5.0/notifications/LockScreen.png | Bin 0 -> 1158747 bytes .../notifications/MusicPlayback.png | Bin 0 -> 665228 bytes .../notifications/ProductIcons.png | Bin 0 -> 454686 bytes .../notifications/Productlogos.png | Bin 0 -> 22126 bytes .../android-5.0/notifications/ReplyAction.png | Bin 0 -> 99719 bytes .../android-5.0/notifications/Stack.png | Bin 0 -> 86131 bytes .../notifications/Summarise_Do.png | Bin 0 -> 72629 bytes .../notifications/Summarise_Dont.png | Bin 0 -> 104004 bytes .../android-5.0/notifications/Summary_Do.png | Bin 0 -> 101256 bytes .../notifications/TimeSensitive.png | Bin 0 -> 48033 bytes .../android-5.0/notifications/Triggered.png | Bin 0 -> 96416 bytes .../android-5.0/notifications/WearBasic.png | Bin 0 -> 137523 bytes .../notifications/action_combo.png | Bin 0 -> 129808 bytes .../android-5.0/notifications/basic_combo.png | Bin 0 -> 200359 bytes .../notifications/expandedtext_combo.png | Bin 0 -> 319440 bytes .../notifications_pattern_priority.png | Bin 0 -> 19316 bytes .../android-5.0/notifications/stack_combo.png | Bin 0 -> 214739 bytes docs/html/images/android-5.0/opt-in.png | Bin 0 -> 173225 bytes docs/html/images/android-5.0/updates.png | Bin 0 -> 2398 bytes 41 files changed, 1198 insertions(+), 2 deletions(-) create mode 100644 docs/html/about/versions/android-5.0.jd create mode 100644 docs/html/images/android-5.0/ActivitySceneTransitionBasic.png create mode 100644 docs/html/images/android-5.0/ActivitySceneTransitionBasic@2x.png create mode 100644 docs/html/images/android-5.0/BasicManagedProfile.png create mode 100644 docs/html/images/android-5.0/BasicManagedProfile@2x.png create mode 100644 docs/html/images/android-5.0/JobSchedulerSample.png create mode 100644 docs/html/images/android-5.0/JobSchedulerSample@2x.png create mode 100644 docs/html/images/android-5.0/art.png create mode 100644 docs/html/images/android-5.0/battery_historian.png create mode 100644 docs/html/images/android-5.0/battery_historian@2x.png create mode 100644 docs/html/images/android-5.0/bugs.png create mode 100644 docs/html/images/android-5.0/hun-example.png create mode 100644 docs/html/images/android-5.0/hun-example@2x.png create mode 100644 docs/html/images/android-5.0/l-dev-prev.png create mode 100644 docs/html/images/android-5.0/managed_apps_launcher.png create mode 100644 docs/html/images/android-5.0/managed_apps_launcher@2x.png create mode 100644 docs/html/images/android-5.0/notifications/AntiSample1.png create mode 100644 docs/html/images/android-5.0/notifications/AntiSample3.png create mode 100644 docs/html/images/android-5.0/notifications/ExpandedImage.png create mode 100644 docs/html/images/android-5.0/notifications/Headsup.png create mode 100644 docs/html/images/android-5.0/notifications/Largelogo.png create mode 100644 docs/html/images/android-5.0/notifications/LockScreen.png create mode 100644 docs/html/images/android-5.0/notifications/MusicPlayback.png create mode 100644 docs/html/images/android-5.0/notifications/ProductIcons.png create mode 100644 docs/html/images/android-5.0/notifications/Productlogos.png create mode 100644 docs/html/images/android-5.0/notifications/ReplyAction.png create mode 100644 docs/html/images/android-5.0/notifications/Stack.png create mode 100644 docs/html/images/android-5.0/notifications/Summarise_Do.png create mode 100644 docs/html/images/android-5.0/notifications/Summarise_Dont.png create mode 100644 docs/html/images/android-5.0/notifications/Summary_Do.png create mode 100644 docs/html/images/android-5.0/notifications/TimeSensitive.png create mode 100644 docs/html/images/android-5.0/notifications/Triggered.png create mode 100644 docs/html/images/android-5.0/notifications/WearBasic.png create mode 100644 docs/html/images/android-5.0/notifications/action_combo.png create mode 100644 docs/html/images/android-5.0/notifications/basic_combo.png create mode 100644 docs/html/images/android-5.0/notifications/expandedtext_combo.png create mode 100644 docs/html/images/android-5.0/notifications/notifications_pattern_priority.png create mode 100644 docs/html/images/android-5.0/notifications/stack_combo.png create mode 100644 docs/html/images/android-5.0/opt-in.png create mode 100644 docs/html/images/android-5.0/updates.png diff --git a/docs/html/about/about_toc.cs b/docs/html/about/about_toc.cs index a657ee3c41fce..95688a98da59d 100644 --- a/docs/html/about/about_toc.cs +++ b/docs/html/about/about_toc.cs @@ -1,11 +1,18 @@