Change javadoc of isManagedKiosk.

Change the javadoc of isManagedKiosk and isUnattendedManagedKiosk to
reflect feedback from the CDD update process at http://b/124358598.

Bug: 124358598
Fixes: 129458503
Test: Javadoc only
Change-Id: Iad69be116ccd62ff8091d1be412a06afdd714603
This commit is contained in:
Alex Kershaw
2019-04-01 13:12:11 +01:00
parent b67994ab6b
commit dafcc9dbf9

View File

@@ -10787,8 +10787,8 @@ public class DevicePolicyManager {
}
/**
* Returns whether the device is being used as a managed kiosk, as defined in the CDD. As of
* this release, these requirements are as follows:
* Returns whether the device is being used as a managed kiosk. These requirements are as
* follows:
* <ul>
* <li>The device is in Lock Task (therefore there is also a Device Owner app on the
* device)</li>
@@ -10827,11 +10827,11 @@ public class DevicePolicyManager {
}
/**
* Returns whether the device is being used as an unattended managed kiosk, as defined in the
* CDD. As of this release, these requirements are as follows:
* Returns whether the device is being used as an unattended managed kiosk. These requirements
* are as follows:
* <ul>
* <li>The device is being used as a managed kiosk, as defined in the CDD and verified at
* {@link #isManagedKiosk()}</li>
* <li>The device is being used as a managed kiosk, as defined at {@link
* #isManagedKiosk()}</li>
* <li>The device has not received user input for at least 30 minutes</li>
* </ul>
*