diff options
| author | Amith Yamasani <yamasani@google.com> | 2013-04-18 18:40:07 -0700 |
|---|---|---|
| committer | Amith Yamasani <yamasani@google.com> | 2013-04-19 12:07:46 -0700 |
| commit | 3b458ad9ee5f2d6b7cf28a13bc29123cdf540763 (patch) | |
| tree | c4337769df97e9ec86dc34cb9590a208916f96d6 /core/java/android/content/Intent.java | |
| parent | 7f6fc12997d67ae80a044bc0b4cc17797d887911 (diff) | |
Improve API and documentation
API for querying accounts visible to a specific package.
Improve API and docs for device owner.
Bug: 8657158
Change-Id: I01b8701534f64b383391508a49ae93ed21f22ae0
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 1ab1eb8e90aa..67bd952c3534 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2425,8 +2425,8 @@ public class Intent implements Parcelable, Cloneable { * which is of type <code>ArrayList<RestrictionEntry></code>. It can also * contain an extra {@link #EXTRA_RESTRICTIONS_INTENT}, which is of type <code>Intent</code>. * The activity specified by that intent will be launched for a result which must contain - * the extra {@link #EXTRA_RESTRICTIONS_LIST}. The keys and values of the returned restrictions - * will be persisted. + * one of the extras {@link #EXTRA_RESTRICTIONS_LIST} or {@link #EXTRA_RESTRICTIONS_BUNDLE}. + * The keys and values of the returned restrictions will be persisted. * @see RestrictionEntry */ public static final String ACTION_GET_RESTRICTION_ENTRIES = |
