Merge "docs: Fixed url typo in googleplay/work/about" into mnc-docs

This commit is contained in:
Billy Lamberta
2016-03-16 22:35:04 +00:00
committed by Android (Google) Code Review

View File

@@ -66,7 +66,9 @@ page.image=images/distribute/gpfw.jpg
<li>Request the minimum permissions that your app needs.</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>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>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">BasicManagedProfile sample app</a>.</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"
>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}training/enterprise/app-restrictions.html">app restrictions</a> so that IT admins can remotely configure your app through leading EMM solutions.</li>
</ul> </ul>