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

Commit 9fec73a4 authored by Billy Lamberta's avatar Billy Lamberta
Browse files

docs: work minisite post-launch fixes

* Localization for table of contents.

* Replace occurrences of 'app restrictions' with the preferred
term 'managed configurations' (see go/afw-words). Update resource
card titles and add page redirects.

* In guide, update language for SSO with Chrome Custom Tabs.
(Cherry-picked from 1056063.)

* Add resource card for 'Your Apps at Work' video.

bug: 28378252, 27744376
Change-Id: I8bc2e87d0486159bdd6680600b783af7334c3a58
parent 2d6015b1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -706,7 +706,9 @@ redirects:
- from: /training/enterprise/app-compatibility.html
  to: /work/managed-profiles.html
- from: /training/enterprise/app-restrictions.html
  to: /work/app-restrictions.html
  to: /work/managed-configurations.html
- from: /work/app-restrictions.html
  to: /work/managed-configurations.html
- from: /training/enterprise/cosu.html
  to: /work/cosu.html
- from: /training/enterprise/device-management-policy.html
+17 −7
Original line number Diff line number Diff line
@@ -56,8 +56,8 @@ page.image=images/distribute/gpfw.jpg
  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
  <li>Support <a href="{@docRoot}work/managed-configurations.html"
    >managed configurations</a> to let an administrator remotely
    configure app settings such as:
    <ul>
      <li>Server address and protocol settings</li>
@@ -74,16 +74,26 @@ page.image=images/distribute/gpfw.jpg
    profile</a> and test that with the
    <a href="{@docRoot}samples/BasicManagedProfile/index.html"
    >BasicManagedProfile sample app</a>.</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>
  <li>Support <a href="{@docRoot}work/managed-configurations.html"
    >managed configurations</a> so that IT admins can remotely
    configure your app through leading EMM solutions.</li>
</ul>

<h3 id="support">Provide support and maintenance</h3>

<ul>
<li>Consider offering enhanced support to cover extended hours or specific means of contact. Businesses are often willing to pay for this service.</li>
<li>If you update the App Configuration / App Restrictions schema for your app, make sure it remains backward compatible. This is because it’s possible that different users will have different versions of your app (at least temporarily), and IT admin will want a consistent remote configuration experience between versions to ensure efficient management of apps in the field.</li>
  <li>
    Consider offering enhanced support to cover extended hours or
    specific means of contact. Businesses are often willing to pay for
    this service.
  </li>
  <li>
    If you update the app configuration / managed configuration schema for
    your app, make sure it remains backward compatible. This is because
    it’s possible that different users will have different versions of
    your app (at least temporarily), and IT admin will want a consistent
    remote configuration experience between versions to ensure efficient
    management of apps in the field.</li>
</ul>

<h2 id=related_resources>Related resources</h2>
+3 −3
Original line number Diff line number Diff line
@@ -1881,7 +1881,7 @@ var RESOURCE_COLLECTIONS = {
      "work/overview.html",
      "work/guide.html",
      "https://www.google.com/work/android/developers/applyDevHub/",
      "work/app-restrictions.html",
      "work/managed-configurations.html",
      "work/cosu.html",
      "work/managed-profiles.html"
    ]
@@ -1893,7 +1893,7 @@ var RESOURCE_COLLECTIONS = {
      "https://www.google.com/work/android/",
      "https://developers.google.com/android/work/build-dpc",
      "https://www.youtube.com/watch?v=jQWB_-o1kz4&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
      "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
      "https://www.youtube.com/watch?v=Za0OQo8DRM4",
      "https://www.youtube.com/watch?v=dH41OutAMNM&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX"
    ]
  },
@@ -1901,7 +1901,7 @@ var RESOURCE_COLLECTIONS = {
    "title": "",
    "resources": [
      "work/managed-profiles.html",
      "work/app-restrictions.html",
      "work/managed-configurations.html",
      "work/cosu.html",
      "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
      "samples/AppRestrictionSchema/index.html",
+12 −0
Original line number Diff line number Diff line
@@ -3378,6 +3378,18 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([
    "lang":"en",
    "type":"youtube"
  },
  {
    "title":"Your Apps at Work",
    "titleFriendly":"",
    "summary":"In this Google I/O 2016 session we’ll give you details for making your app more attractive to businesses.",
    "url":"https://www.youtube.com/watch?v=Za0OQo8DRM4",
    "group":"",
    "keywords": ["work", "enterprise", "emm"],
    "tags": [],
    "image":"https://i1.ytimg.com/vi/Za0OQo8DRM4/maxresdefault.jpg",
    "lang":"en",
    "type":"youtube"
  },
  {
    "title":"Discover YouTube cards",
    "titleFriendly":"",
+18 −6
Original line number Diff line number Diff line
@@ -3266,10 +3266,10 @@ METADATA['en'].extras = METADATA['en'].extras.concat([
    "type":"guide"
  },
  {
    "title":"Set up App Restrictions",
    "title":"Set up Managed Configurations",
    "titleFriendly":"",
    "summary": "Learn how to implement app restrictions and configuration settings that can be changed by other apps on the same device.",
    "url":"https://developer.android.com/work/app-restrictions.html",
    "summary": "Learn how to implement managed configurations that can be changed by other apps on the same device.",
    "url":"https://developer.android.com/work/managed-restrictions.html",
    "group":"",
    "keywords": ["work", "enterprise", "emm"],
    "tags": [],
@@ -3397,6 +3397,18 @@ METADATA['en'].extras = METADATA['en'].extras.concat([
    "lang":"en",
    "type":"youtube"
  },
  {
    "title":"Your Apps at Work",
    "titleFriendly":"",
    "summary":"In this Google I/O 2016 session we’ll give you details for making your app more attractive to businesses.",
    "url":"https://www.youtube.com/watch?v=Za0OQo8DRM4",
    "group":"",
    "keywords": ["work", "enterprise", "emm"],
    "tags": [],
    "image":"https://i1.ytimg.com/vi/Za0OQo8DRM4/maxresdefault.jpg",
    "lang":"en",
    "type":"youtube"
  },
  {
    "title":"Discover YouTube cards",
    "category":"google",
@@ -5390,7 +5402,7 @@ METADATA['en'].collections = {
      "work/overview.html",
      "work/guide.html",
      "https://www.google.com/work/android/developers/applyDevHub/",
      "work/app-restrictions.html",
      "work/managed-configurations.html",
      "work/cosu.html",
      "work/managed-profiles.html"
    ]
@@ -5402,7 +5414,7 @@ METADATA['en'].collections = {
      "https://www.google.com/work/android/",
      "https://developers.google.com/android/work/build-dpc",
      "https://www.youtube.com/watch?v=jQWB_-o1kz4&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
      "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
      "https://www.youtube.com/watch?v=Za0OQo8DRM4",
      "https://www.youtube.com/watch?v=dH41OutAMNM&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX"
    ]
  },
@@ -5410,7 +5422,7 @@ METADATA['en'].collections = {
    "title": "",
    "resources": [
      "work/managed-profiles.html",
      "work/app-restrictions.html",
      "work/managed-configurations.html",
      "work/cosu.html",
      "https://www.youtube.com/watch?v=39NkpWkaH8M&index=2&list=PLOU2XLYxmsIKAK2Bhv19H2THwF-22O5WX",
      "samples/AppRestrictionSchema/index.html",
Loading