1page.title=Building Apps for Work 2meta.tags="work, enterprise, corporate" 3page.tags="work", "enterprise", "corporate" 4page.metaDescription=Learn how to build Android apps for the enterprise and take advantage of Google's Android for Work program. 5page.article=true 6 7@jd:body 8 9<iframe width="448" height="252" 10 src="//www.youtube.com/embed/jQWB_-o1kz4?autohide=1&showinfo=0" 11 frameborder="0" allowfullscreen="" 12 style="float: right; margin: 0 0 20px 20px;"></iframe> 13 14<p> 15 The Android framework provides features to support the security, data separation, and 16 administration needs of a enterprise environment. As an app developer, you can make your app more 17 appealing to corporate customers by gracefully handling enterprise security and feature 18 restrictions. You can also modify your app so that technology administrators can remotely 19 configure it for use with enterprise resources. 20</p> 21 22<p> 23 To help businesses incorporate Android devices and apps into the workplace, Google provides the 24 <a href="http://www.google.com/work/android">Android for Work</a> program, which offers a suite 25 of APIs and services for device distribution and administration. Through this program companies 26 can connect with Enterprise Mobility Management (EMM) providers to help integrate Android with 27 their businesses. 28</p> 29 30<p> 31 For more information, follow the links below to learn how to update your Android app to support 32 the enterprise environment or build enterprise-specific solutions. 33</p> 34 35<h2 id="apps">App Development for Enterprises</h2> 36 37<p> 38 Learn how to make your app function smoothly in corporate environments that restrict device 39 features and data access. Go further to support enterprise use of your app by enabling 40 restrictions that corporate technology administrators can use to remotely configure your app: 41</p> 42 43<div class="dynamic-grid"> 44 <div class="resource-widget resource-flow-layout landing col-12" 45 data-query="collection:training/work/apps" 46 data-cardSizes="6x6" 47 data-maxResults="6"> 48 </div> 49</div> 50 51 52<h2 id="admin">Device and App Administration</h2> 53 54<p> 55 Learn how to build policy controller apps that enable enterprise technology administrators 56 to manage devices, manage corporate apps, and provide access to company resources: 57</p> 58 59<div class="dynamic-grid"> 60 <div class="resource-widget resource-flow-layout landing col-12" 61 data-query="collection:training/work/admin" 62 data-cardSizes="6x6" 63 data-maxResults="4"> 64 </div> 65</div> 66