summaryrefslogtreecommitdiffstats
path: root/core/java/android/app
diff options
context:
space:
mode:
authorNicolas Prevot <nprevot@google.com>2014-12-17 19:07:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-17 19:07:50 +0000
commit743a68fc5f62c645d442aa8b3c9ba7e7d9361785 (patch)
tree8c086fafe339c242baf36e587cb7e35073cff4a8 /core/java/android/app
parentacf874112a805dc4cfaf025c6ecb894cb9d79225 (diff)
parent237637e22ba9d98171f32d2302b9f532120729a9 (diff)
downloadframeworks_base-743a68fc5f62c645d442aa8b3c9ba7e7d9361785.zip
frameworks_base-743a68fc5f62c645d442aa8b3c9ba7e7d9361785.tar.gz
frameworks_base-743a68fc5f62c645d442aa8b3c9ba7e7d9361785.tar.bz2
am 237637e2: am f2bd50b2: Merge "Fix the doc of addCrossProfileIntentFilter." into lmp-mr1-dev automerge: 47cbcd7
* commit '237637e22ba9d98171f32d2302b9f532120729a9': Fix the doc of addCrossProfileIntentFilter.
Diffstat (limited to 'core/java/android/app')
-rw-r--r--core/java/android/app/admin/DevicePolicyManager.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index df6cc73..ae32311 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -2803,6 +2803,8 @@ public class DevicePolicyManager {
/**
* Called by the profile owner of a managed profile so that some intents sent in the managed
* profile can also be resolved in the parent, or vice versa.
+ * Only activity intents are supported.
+ *
* @param admin Which {@link DeviceAdminReceiver} this request is associated with.
* @param filter The {@link IntentFilter} the intent has to match to be also resolved in the
* other profile