History log of /frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d8b61f62cd5f3aa90305b811d0d8a6ab667abb07 12-Sep-2014 Jessica Hummel <jhummel@google.com> Remove legacy version of ACTION_PROFILE_PROVISIONING_COMPLETE.

Change-Id: I420797291fe141e295a6197c6d453d98e679ac9e
bug: 17390600
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
5669216e0d0aa86b2b82448c944b12b0382e0f90 10-Sep-2014 Jessica Hummel <jhummel@google.com> Use correct string for provisioning complete action.

Change-Id: If7e0ca78a89f2cf4853ce01eb14e8a2913e3f85d
bug: 17390600
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
5503a55c0b34f54076c319e03ef6a7b792e7950e 04-Sep-2014 Jason Monk <jmonk@google.com> Change constants from API review feedback

Bug: 17390600
Change-Id: Ie93da8eb6786b7135e8b852804a95f376fcb9d91
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
48aacba761527a529c2b668c8151c7f98ff70524 13-Aug-2014 Jason Monk <jmonk@google.com> Fixes to lock task API from API review

Adding ComponentNames and some splitting/renaming of broadcasts.

Bug: 17005622
Change-Id: I9ece3553310fb20b0c3c3e4032b408e86384363a
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
1cc4ecc3e2c64ade5078581b039e1b068c6ed0ed 23-Jun-2014 Sander Alewijnse <salewijnse@google.com> Add public constants for Device Owner Provisioning.

Change-Id: I46dca4e31ab256273eb810f57083f31541815735
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
b593539faf6b27c7c631c9286a442b01c25848ab 19-Jun-2014 Jason Monk <jmonk@google.com> Fix docs breakage from refactor

Change-Id: I567249542ee02e4bde3e0e03cdfae8969104c1b8
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
35c62a4668a85aa4318c9ec564f2e06e8a2d2a30 17-Jun-2014 Jason Monk <jmonk@google.com> Notify any profile/device owners of lock task

Add a method for DeviceAdminReceivers of profile/device owners to
be notified that lock task mode has entered or exited for an app
they have whitelisted.

Change-Id: Id124287d41564bbfccdacccf1977b7acb3ddec3f
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
03978a40b3a4c268329ae733eff8dfffd92f6e09 10-Jun-2014 Jason Monk <jmonk@google.com> Allow device owner to configure secondary users

Currently the device owner can create secondary users, but unless
it is a system app it will not be installed and will not be able
to pass data easily from the code that creates the user and any
code running on that user.

This allows the device owner to install itself while creating a
user and start up a service to configure that user. createUser
takes an bundle so that the device owner can pass across any
initial setup data it needs to, this bundle will be sent to
the admin receiver in onEnable.

Change-Id: Ic1f8565dd2a7bd85363527cf68b0ecd4dc9c3636
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
9da603973bcde2fb4566d6cc1bcb0f764fd383f4 21-May-2014 Jessica Hummel <jhummel@google.com> Update documentation so it meets api requirements

Change-Id: Ice52dc3d5ecca77f81d3df1b43179c94aece6fef
bug:15023443
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
07ac20bb2c763409cfc2f3b33ca692181fd1fb1a 27-May-2014 Nicolas Prevot <nprevot@google.com> Adding an extra and an action to notify the mdm to start the provisioning.

Adding EXTRA_PROVISIONING_EMAIL_ADDRESS and ACTION_START_PROVISIONING to DevicePolicyManager.

BUG: 15157562

Change-Id: Ic3ecc6b0a501e1df9a5f803a44347dd024a7a07c
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
c7ae2adbee5ed664bbe8648fed86b8e7e8b0d118 20-May-2014 Sander Alewijnse <salewijnse@google.com> Update comment of ACTION_PROFILE_PROVISIONING_COMPLETE.

Change-Id: I386c16cc9649d4684bd69966b3c1d2abcb97ca4e
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
1ebd4ad6cd645830d1eca12b2108c6ab4327c108 11-Mar-2014 RoboErik <epastern@google.com> Fix SDK build

Change-Id: I4bf73294cc9d970e17d1cddb840b53cc42155d14
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
f72078bdc54d1ecd286c21d8460e522582d64627 06-Mar-2014 Jessica Hummel <jhummel@google.com> Move the provisioning intents to DevicePolicyManager.

Change-Id: Ibde867b193e64c1fda8d9c84b0d1be36a1592035
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
8cdb6fcd9b6a53978cb2b2ad9ab668ae19392266 03-Mar-2014 Jessica Hummel <jhummel@google.com> Extend DeviceAdminReceiver to receive provisioning complete broadcast.

The managed profile provisioning app completes provisioning (creating the profile, installing the mdm on the secondary user, setting the mdm as the profile owner, removing unneeded apps from secondary user, removing mdm from the primary user). Then it sends a notification that the provisioning has completed across to the new profile. If the mdm, which is now installed on the profile wants to be notified that provisioning has completed it needs to implement this callback method.

Change-Id: I75f2d6d19709fd39aa867f1254e0c37a0c936222
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
f76a50ce8fdc6aea22cabc77b2977a1a15a79630 09-Mar-2012 Ken Wakasa <kwakasa@google.com> Fix obvious typos under frameworks/base/core

Change-Id: Ia5fc3db1bb51824e7523885553be926bcc42d736
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
3aef8e1d1b2f0b87d470bcccf37ba4ebb6560c45 20-Dec-2011 Joe Fernandez <joefernandez@google.com> docs: Add developer guide cross-references, Project ACRE, round 4

Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 07-Apr-2011 Joe Onorato <joeo@google.com> Remove the deprecated things from Config.java. These haven't been working since before 1.0.

Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
6b85768058b065cc682757a366abc828c9ca727a 17-Feb-2011 Jim Miller <jaggies@google.com> Fix 3197205: Minor edits to device policy admin strings and documentation

Change-Id: I3788772c375b916752cd8a98ff5d3751448e4334
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
a4e28d181942018ba8759989799a28fa88764ce3 09-Nov-2010 Jim Miller <jaggies@google.com> Add password expiration support to DevicePolicyManager.

Change-Id: Ib2629ec547c123ac489d7f4cbd4e0a1d4aa07620
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java
87bba1ee14279bb14a28d42e27c4ef66d9967bf8 27-Feb-2010 Dianne Hackborn <hackbod@google.com> Move DeviceAdmin APIs to android.app.admin.

Also add ability for admins to hide themselves when not in use,
a facility for admins to not allow other admins to reset
their password, and debug dumping.
/frameworks/base/core/java/android/app/admin/DeviceAdminReceiver.java