Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d18d551 authored by Daniel Yu's avatar Daniel Yu Committed by android-build-merger
Browse files

docs: Add docs on OnboardingFragment am: d64f8bfe

am: 31d62b32

Change-Id: I8a05e9836dfb02375157b0685cd21ef071328815
parents 40b707ed 31d62b32
Loading
Loading
Loading
Loading
+66 KiB
Loading image diff...
+89.4 KiB
Loading image diff...
+295 KiB
Loading image diff...
+2 −0
Original line number Diff line number Diff line
@@ -695,6 +695,8 @@ toc:
        value: 再生中カードを表示する
    - title: Adding a Guided Step
      path: /training/tv/playback/guided-step.html
    - title: Introducing First-time Users to Your App
      path: /training/tv/playback/onboarding.html
    - title: Enabling Background Playback
      path: /training/tv/playback/options.html
    - title: Adding Picture-in-picture
+4 −0
Original line number Diff line number Diff line
@@ -69,6 +69,10 @@ startpage=true
    <dd>Learn how to use the Leanback support library to guide a user through a series of
    decisions.</dd>

  <dt><b><a href="onboarding.html">Introducing First-time Users to Your App</a></b></dt>
    <dd>Learn how to use the Leanback support library to show first-time users
    how to get the most out of your app.</dd>

  <dt><b><a href="options.html">Enabling Background Playback</a></b></dt>
    <dd>Learn how to continue playback when the user clicks on <strong>Home</strong>.</dd>
</dl>
Loading