am 8ffb574a: am f7224396: am c427b721: am 41418826: Merge "docs: Android for Work developer landing page" into lmp-docs
* commit '8ffb574a5087b2099cef5f629568375caa0ddc9c': docs: Android for Work developer landing page
This commit is contained in:
BIN
docs/html/images/enterprise/work-launcher.png
Normal file
BIN
docs/html/images/enterprise/work-launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 KiB |
@@ -1186,5 +1186,21 @@ var RESOURCE_COLLECTIONS = {
|
|||||||
"training/multiscreen/index.html",
|
"training/multiscreen/index.html",
|
||||||
"training/monitoring-device-state/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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
page.title=Ensuring Compatibility with Managed Profiles
|
page.title=Ensuring Compatibility with Managed Profiles
|
||||||
|
page.metaDescription=Learn how to make sure your apps operate smoothly in a corporate environment by following some best practices.
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="tb-wrapper">
|
<div id="tb-wrapper">
|
||||||
|
|||||||
@@ -1,58 +1,67 @@
|
|||||||
page.title=Developing for Enterprise
|
page.title=Building Apps for Work
|
||||||
page.tags=policy,privacy
|
meta.tags="work, enterprise, corporate"
|
||||||
|
page.tags="work", "enterprise", "corporate"
|
||||||
trainingnavtop=true
|
page.metaDescription=Learn how to build Android apps for the enterprise and take advantage of Google's Android for Work program.
|
||||||
startpage=true
|
page.tags="education"
|
||||||
next.title=Enhancing Security with Device Management Policies
|
page.article=true
|
||||||
next.link=device-management-policy.html
|
|
||||||
|
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
<div id="tb-wrapper">
|
<img src="{@docRoot}images/enterprise/work-launcher.png"
|
||||||
<div id="tb">
|
width="300"
|
||||||
|
style="float:right;margin:0 0 20px 20px"
|
||||||
|
alt="Android for Work apps in a managed profile">
|
||||||
|
|
||||||
<!-- Required platform, tools, add-ons, devices, knowledge, etc. -->
|
<p>
|
||||||
<h2>Dependencies and prerequisites</h2>
|
The Android framework provides features to support the security, data separation, and
|
||||||
<ul>
|
administration needs of a enterprise environment. As an app developer, you can make your app more
|
||||||
<li>Android 2.2 (API Level 8) or higher</li>
|
appealing to corporate customers by gracefully handling enterprise security and feature
|
||||||
</ul>
|
restrictions. You can also modify your app so that technology administrators can remotely
|
||||||
|
configure it for use with enterprise resources.
|
||||||
|
</p>
|
||||||
|
|
||||||
<!-- related docs (NOT javadocs) -->
|
<p>
|
||||||
<h2>You should also read</h2>
|
To help businesses incorporate Android devices and apps into the workplace, Google provides the
|
||||||
<ul>
|
<a href="http://www.google.com/work/android">Android for Work</a> program, which offers a suite
|
||||||
<li><a href="{@docRoot}guide/topics/admin/device-admin.html">Device Administration</a></li>
|
of APIs and services for device distribution and administration. Through this program companies
|
||||||
</ul>
|
can connect with Enterprise Mobility Management (EMM) providers to help integrate Android with
|
||||||
|
their businesses.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Try it out</h2>
|
<p>
|
||||||
|
For more information, follow the links below to learn how to update your Android app to support
|
||||||
|
the enterprise environment or build enterprise-specific solutions.
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="download-box">
|
|
||||||
<a href="http://developer.android.com/shareables/training/DeviceManagement.zip"
|
|
||||||
class="button">Download the sample</a>
|
|
||||||
<p class="filename">DeviceManagement.zip</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<h2 id="apps">App Development for Enterprises</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Learn how to make your app function smoothly in corporate environments that restrict device
|
||||||
|
features and data access. Go further to support enterprise use of your app by enabling
|
||||||
|
restrictions that corporate technology administrators can use to remotely configure your app:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="dynamic-grid">
|
||||||
|
<div class="resource-widget resource-flow-layout landing col-12"
|
||||||
|
data-query="collection:training/work/apps"
|
||||||
|
data-cardSizes="9x3"
|
||||||
|
data-maxResults="6">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p>In this class, you'll learn APIs and techniques you can use when developing applications
|
<h2 id="admin">Device and App Administration</h2>
|
||||||
for the enterprise.</p>
|
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Learn how to build policy controller apps that enable enterprise technology administrators
|
||||||
|
to manage devices, manage corporate apps, and provide access to company resources:
|
||||||
|
</p>
|
||||||
|
|
||||||
<h2>Lessons</h2>
|
<div class="dynamic-grid">
|
||||||
|
<div class="resource-widget resource-flow-layout landing col-12"
|
||||||
|
data-query="collection:training/work/admin"
|
||||||
<dl>
|
data-cardSizes="9x3"
|
||||||
<dt><b><a href="device-management-policy.html">Enhancing Security with Device Management
|
data-maxResults="4">
|
||||||
Policies</a></b></dt>
|
</div>
|
||||||
<dd>In this lesson, you will learn how to create a security-aware application that manages
|
</div>
|
||||||
access to its content by enforcing device management policies</dd>
|
|
||||||
|
|
||||||
<dt><b><a href="app-compatibility.html">Ensuring Compatibility with Managed Profiles</a></b></dt>
|
|
||||||
|
|
||||||
<dd>In this lesson, you will learn the best practices to follow to ensure
|
|
||||||
that your app functions properly on devices that use <a
|
|
||||||
href="{@docRoot}about/versions/android-5.0.html#Enterprise">managed
|
|
||||||
profiles</a></dd>
|
|
||||||
|
|
||||||
</dl>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user