Merge "Docs: DevicePolicyManager#getStorageEncryptionStatus() cannot be called on the parent instance" into tm-qpr-dev
This commit is contained in:
@@ -6787,6 +6787,8 @@ public class DevicePolicyManager {
|
|||||||
* {@link #ENCRYPTION_STATUS_UNSUPPORTED}, {@link #ENCRYPTION_STATUS_INACTIVE},
|
* {@link #ENCRYPTION_STATUS_UNSUPPORTED}, {@link #ENCRYPTION_STATUS_INACTIVE},
|
||||||
* {@link #ENCRYPTION_STATUS_ACTIVATING}, {@link #ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY},
|
* {@link #ENCRYPTION_STATUS_ACTIVATING}, {@link #ENCRYPTION_STATUS_ACTIVE_DEFAULT_KEY},
|
||||||
* {@link #ENCRYPTION_STATUS_ACTIVE}, or {@link #ENCRYPTION_STATUS_ACTIVE_PER_USER}.
|
* {@link #ENCRYPTION_STATUS_ACTIVE}, or {@link #ENCRYPTION_STATUS_ACTIVE_PER_USER}.
|
||||||
|
*
|
||||||
|
* @throws SecurityException if called on a parent instance.
|
||||||
*/
|
*/
|
||||||
public int getStorageEncryptionStatus() {
|
public int getStorageEncryptionStatus() {
|
||||||
throwIfParentInstance("getStorageEncryptionStatus");
|
throwIfParentInstance("getStorageEncryptionStatus");
|
||||||
|
|||||||
Reference in New Issue
Block a user