From 0457519bb5dd4db5cce23c7f6fc95f25f58097a8 Mon Sep 17 00:00:00 2001 From: Billy Lamberta Date: Wed, 2 Mar 2016 10:12:00 -0800 Subject: [PATCH] docs: Fixed url typo in googleplay/work/about There was a typo in the url for 'Offer compatibility with work profile', the link now works as intended. (This is also my first bugfix and trip through the gerrit process.) bug: 27410188 Change-Id: I83b2e6d077a73f68c9469e359e0ebf45219983a5 --- docs/html/distribute/googleplay/work/about.jd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/html/distribute/googleplay/work/about.jd b/docs/html/distribute/googleplay/work/about.jd index 20fec7a2029ff..a31bca2755c8a 100644 --- a/docs/html/distribute/googleplay/work/about.jd +++ b/docs/html/distribute/googleplay/work/about.jd @@ -66,7 +66,9 @@ page.image=images/distribute/gpfw.jpg
  • Request the minimum permissions that your app needs.
  • Make sure communication to your backend and data in your backend is secure.
  • Implement authorization policies that will minimize the number of your employees that can access user data.
  • -
  • Offer compatibility with work profile and test that with the BasicManagedProfile sample app.
  • +
  • Offer compatibility with work + profile and test that with the BasicManagedProfile sample app.
  • Support app restrictions so that IT admins can remotely configure your app through leading EMM solutions.