diff options
| author | Joe Fernandez <joefernandez@google.com> | 2015-02-25 07:52:29 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-02-25 07:52:30 +0000 |
| commit | 414188262311ec48235095a5dec622b24f7e69ef (patch) | |
| tree | df4dc1c86d90f3c26a71a93e057ed64f1c5c114e /docs/html/jd_collections.js | |
| parent | d3cd0948c8c4662c8711433b756c82fbe2f7a3ad (diff) | |
| parent | 108ccac1a1dee4d0bc075ed318ac602229029dc7 (diff) | |
| download | frameworks_base-414188262311ec48235095a5dec622b24f7e69ef.zip frameworks_base-414188262311ec48235095a5dec622b24f7e69ef.tar.gz frameworks_base-414188262311ec48235095a5dec622b24f7e69ef.tar.bz2 | |
Merge "docs: Android for Work developer landing page" into lmp-docs
Diffstat (limited to 'docs/html/jd_collections.js')
| -rw-r--r-- | docs/html/jd_collections.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index 6fb906e..9caf938 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -1186,5 +1186,21 @@ var RESOURCE_COLLECTIONS = { "training/multiscreen/index.html", "training/monitoring-device-state/index.html" ] + }, + "training/work/apps": { + "title": "", + "resources": [ + "training/enterprise/app-compatibility.html", + "training/enterprise/app-restrictions.html", + "samples/AppRestrictionSchema/index.html", + "samples/AppRestrictionEnforcer/index.html" + ] + }, + "training/work/admin": { + "title": "", + "resources": [ + "training/enterprise/work-policy-ctrl.html", + "samples/BasicManagedProfile/index.html" + ] } }
\ No newline at end of file |
