summaryrefslogtreecommitdiffstats
path: root/core/java/android/content/Intent.java
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2012-03-05 22:55:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-03-05 22:55:49 -0800
commit56bab8bd83c4f54f876fdd76fc241197920129db (patch)
treea8ba602924d8f36f9654b0219f366562435836d0 /core/java/android/content/Intent.java
parent5ab7b3d111feb28def87b3ed40b3e877c5f977e2 (diff)
parent4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219 (diff)
downloadframeworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.zip
frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.tar.gz
frameworks_base-56bab8bd83c4f54f876fdd76fc241197920129db.tar.bz2
am 4d7bc655: Doc change: String changes for Android Market
* commit '4d7bc65538c7cd9fbb1fbbcf22d1da47fcee1219': Doc change: String changes for Android Market
Diffstat (limited to 'core/java/android/content/Intent.java')
-rw-r--r--core/java/android/content/Intent.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index e3b1f54..34966bb 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1136,7 +1136,7 @@ public class Intent implements Parcelable, Cloneable {
/**
* Activity Action: The user pressed the "Report" button in the crash/ANR dialog.
* This intent is delivered to the package which installed the application, usually
- * the Market.
+ * Google Play.
* <p>Input: No data is specified. The bug report is passed in using
* an {@link #EXTRA_BUG_REPORT} field.
* <p>Output: Nothing.