summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorNicolas Prevot <nprevot@google.com>2015-07-27 18:15:20 +0100
committerNicolas Prevot <nprevot@google.com>2015-07-28 21:11:27 +0100
commit00799008832e11f06f9ddc0bf721799edee99f28 (patch)
tree1ef2e4ca5f93f0b2e6d9335a0c814ca3e41d3a3e /api
parenta7bdace2627cb4cd55ac7c182d9e093b3a1ffb7b (diff)
downloadframeworks_base-00799008832e11f06f9ddc0bf721799edee99f28.zip
frameworks_base-00799008832e11f06f9ddc0bf721799edee99f28.tar.gz
frameworks_base-00799008832e11f06f9ddc0bf721799edee99f28.tar.bz2
Send a public broadcast when the device owner is set.
Make it a protected broadcast. BUG: 22623518 Change-Id: Ia36e8f0b80a6301d7d8e0461476842c78762b5e8
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
-rw-r--r--api/system-current.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 7c5115f..c90dbbd 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -5696,6 +5696,7 @@ package android.app.admin {
method public void uninstallCaCert(android.content.ComponentName, byte[]);
method public void wipeData(int);
field public static final java.lang.String ACTION_ADD_DEVICE_ADMIN = "android.app.action.ADD_DEVICE_ADMIN";
+ field public static final java.lang.String ACTION_DEVICE_OWNER_CHANGED = "android.app.action.DEVICE_OWNER_CHANGED";
field public static final java.lang.String ACTION_MANAGED_PROFILE_PROVISIONED = "android.app.action.MANAGED_PROFILE_PROVISIONED";
field public static final java.lang.String ACTION_PROVISION_MANAGED_DEVICE = "android.app.action.PROVISION_MANAGED_DEVICE";
field public static final java.lang.String ACTION_PROVISION_MANAGED_PROFILE = "android.app.action.PROVISION_MANAGED_PROFILE";
diff --git a/api/system-current.txt b/api/system-current.txt
index a08a011..a5f4863 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -5828,6 +5828,7 @@ package android.app.admin {
method public void uninstallCaCert(android.content.ComponentName, byte[]);
method public void wipeData(int);
field public static final java.lang.String ACTION_ADD_DEVICE_ADMIN = "android.app.action.ADD_DEVICE_ADMIN";
+ field public static final java.lang.String ACTION_DEVICE_OWNER_CHANGED = "android.app.action.DEVICE_OWNER_CHANGED";
field public static final java.lang.String ACTION_MANAGED_PROFILE_PROVISIONED = "android.app.action.MANAGED_PROFILE_PROVISIONED";
field public static final java.lang.String ACTION_PROVISION_MANAGED_DEVICE = "android.app.action.PROVISION_MANAGED_DEVICE";
field public static final java.lang.String ACTION_PROVISION_MANAGED_PROFILE = "android.app.action.PROVISION_MANAGED_PROFILE";