commit | 511e0d8323d2d2ed341ba40b15bc646e134ac03b | [log] [tgz] |
---|---|---|
author | justinzhang <justinzhang@google.com> | Mon Mar 24 16:09:24 2014 -0400 |
committer | justinzhang <justinzhang@google.com> | Thu May 08 15:00:14 2014 -0400 |
tree | 8b06f488b7ad3c153a63dff922a744fdc96ed6cc | |
parent | 5b554f010358d8f47e31d92a42aa3edc4a71ec47 [diff] |
DevicePolicyManager Authentication for Lock Task Here we let DevicePolicyManager keep a list of tasks that are allowed to start the lock task mode. This list can only be set by a device owner app. The ActivityManager will call DevicePolicyManager to check whether a given task can start the lock task mode or not. Change-Id: I650fdae43fc35bf9fd63452283f4e2bbadd11551 Bug: 14611303