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

Commit e1277eb8 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

docs: work minisite

Adds minisite at docs/html/work. Adds landing page and
Android for Work specific guides. Moves docs from
training/enterprise and add redirects. Update resource
card info and add new images. Update sitemap, _book, and
add sidebar navigation menu.

bug: 27744376
Change-Id: Ib09f7fc6352dfde7a60fc674b06488c651b196e2
parent 0c5c9747
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -703,8 +703,18 @@ redirects:
  to: /training/location/index.html
- from: /google/gcm/adv.html
  to: /google/gcm/gcm.html
- from: /work
  to: /training/enterprise/index.html
- from: /training/enterprise/index.html
  to: /work/index.html
- from: /training/enterprise/app-compatibility.html
  to: /work/managed-profiles.html
- from: /training/enterprise/app-restrictions.html
  to: /work/app-restrictions.html
- from: /training/enterprise/cosu.html
  to: /work/cosu.html
- from: /training/enterprise/device-management-policy.html
  to: /work/device-management-policy.html
- from: /training/enterprise/work-policy-ctrl.html
  to: https://developers.google.com/android/work/build-dpc
- from: /distribute/tools/promote/badge-files.html
  to: https://play.google.com/intl/en_us/badges/
- from: /google/gcm/...
+16 −9
Original line number Diff line number Diff line
@@ -52,10 +52,13 @@ page.image=images/distribute/gpfw.jpg
<h3 id="design">Develop a great app for business</h3>

<ul>
  <li>Follow best practices for security and manage user data properly. Businesses
  are more conscious of data security and employee productivity, especially when it
  comes to features that share information with other services.</li>
  <li>Support the <a href="{@docRoot}training/enterprise/app-restrictions.html">App Configuration framework</a> to let an administrator remotely configure app settings such as:
  <li>Follow best practices for security and manage user data
  properly. Businesses are more conscious of data security and
  employee productivity, especially when it comes to features that
  share information with other services.</li>
  <li>Support the <a href="{@docRoot}work/app-restrictions.html"
    >App Configuration framework</a> to let an administrator remotely
    configure app settings such as:
    <ul>
      <li>Server address and protocol settings</li>
      <li>The ability to switch features on and off</li>
@@ -65,11 +68,15 @@ page.image=images/distribute/gpfw.jpg
  </li>
  <li>Request the minimum permissions that your app needs.</li>
  <li>Make sure communication to your backend and data in your backend is secure.</li>
  <li>Implement authorization policies that will minimize the number of your employees that can access user data.</li>
  <li><a href={@docRoot}training/enterprise/app-compatibility.html>Offer compatibility with work
  profile</a> and test that with the <a href="{@docRoot}samples/BasicManagedProfile/index.html"
  <li>Implement authorization policies that will minimize the number of your
    employees that can access user data.</li>
  <li><a href="{@docRoot}work/managed-profiles.html">Offer compatibility with work
    profile</a> and test that with the
    <a href="{@docRoot}samples/BasicManagedProfile/index.html"
    >BasicManagedProfile sample app</a>.</li>
  <li>Support <a href="{@docRoot}training/enterprise/app-restrictions.html">app restrictions</a> so that IT admins can remotely configure your app through leading EMM solutions.</li>
  <li>Support <a href="{@docRoot}work/app-restrictions.html">app restrictions</a>
    so that IT admins can remotely configure your app through leading
    EMM solutions.</li>
</ul>

<h3 id="support">Provide support and maintenance</h3>
+6 −5
Original line number Diff line number Diff line
@@ -48,11 +48,12 @@ solutions for Android-powered devices. It discusses the various features
provided by the Device Administration API to provide stronger security for
employee devices that are powered by Android.</p>

<p class="note"><strong>Note</strong> For information on building a Work Policy
Controller for Android for Work deployments, see <a
href="{@docRoot}training/enterprise/work-policy-ctrl.html">Building a Work
Policy Controller</a>.</p>

<p class="note">
  <strong>Note</strong> For information on building a Work Policy
  Controller for Android for Work deployments, see
  <a href="https://developers.google.com/android/work/build-dpc"
  >Build a Device Policy Controller</a>.
</p>

<h2 id="overview">Device Administration API Overview</h2>

+29.6 KiB
Loading image diff...
+9.3 KiB
Loading image diff...
Loading