Skip to content

Commit 4d7bc65

Browse files
committed
Doc change: String changes for Android Market
Change-Id: I823812a4fd24021bec906ad856479c92a8d2a759
1 parent e606cb4 commit 4d7bc65

File tree

99 files changed

+1059
-1061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1059
-1061
lines changed

core/java/android/app/ApplicationErrorReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public class ApplicationErrorReport implements Parcelable {
9898
/**
9999
* Package name of the application which installed the application this
100100
* report pertains to.
101-
* This identifies which Market the application came from.
101+
* This identifies which market the application came from.
102102
*/
103103
public String installerPackageName;
104104

core/java/android/content/Intent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ public static Intent createChooser(Intent target, CharSequence title) {
11361136
/**
11371137
* Activity Action: The user pressed the "Report" button in the crash/ANR dialog.
11381138
* This intent is delivered to the package which installed the application, usually
1139-
* the Market.
1139+
* Google Play.
11401140
* <p>Input: No data is specified. The bug report is passed in using
11411141
* an {@link #EXTRA_BUG_REPORT} field.
11421142
* <p>Output: Nothing.

core/java/android/nfc/NdefRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ public static Uri parseWellKnownUriRecord(NdefRecord record) throws FormatExcept
364364
* Ice Cream Sandwich.
365365
* <p>
366366
* If none of the applications are installed on the device,
367-
* a Market link will be opened to the first application.
367+
* a Google Play link to the first application will be opened.
368368
* <p>
369369
* Note that Android application records do not overrule
370370
* applications that have called

core/java/android/os/StrictMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
* effort mechanism. Notably, disk or network access from JNI calls
107107
* won't necessarily trigger it. Future versions of Android may catch
108108
* more (or fewer) operations, so you should never leave StrictMode
109-
* enabled in shipping applications on the Android Market.
109+
* enabled in applications distributed on Google Play.
110110
*/
111111
public final class StrictMode {
112112
private static final String TAG = "StrictMode";

core/java/android/provider/Settings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,10 +2593,10 @@ public static final String getBluetoothInputDevicePriorityKey(String address) {
25932593

25942594
/**
25952595
* Whether the package installer should allow installation of apps downloaded from
2596-
* sources other than the Android Market (vending machine).
2596+
* sources other than Google Play.
25972597
*
25982598
* 1 = allow installing from other sources
2599-
* 0 = only allow installing from the Android Market
2599+
* 0 = only allow installing from Google Play
26002600
*/
26012601
public static final String INSTALL_NON_MARKET_APPS = "install_non_market_apps";
26022602

docs/html/design/building-blocks/progress.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h2 id="activity">Activity</h2>
147147
<li class="value-1"><h4>Activity bar (shown with the Holo Dark theme)</h4>
148148
<p>
149149

150-
An indeterminate activity bar is used at the start of an application download because Market hasn't
150+
An indeterminate activity bar is used at the start of an application download because Google Play hasn't
151151
been able to contact the server yet, and it's not possible to determine how long it will take for
152152
the download to begin.
153153

docs/html/design/building-blocks/tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2 id="scrollable">Scrollable Tabs</h2>
130130
<source src="../static/content/tabs_scrolly.ogv" type="video/ogg">
131131
</video>
132132
<div class="figure-caption">
133-
Scrolling tabs in Android Market.
133+
Scrolling tabs on Google Play.
134134
<div class="video-instructions">&nbsp;</div>
135135
</div>
136136

docs/html/design/patterns/actionbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h4>Scrollable tabs</h4>
281281
<source src="../static/content/tabs_scrolly.ogv" type="video/ogg">
282282
</video>
283283
<div class="figure-caption">
284-
Scrolling tabs in Android Market.
284+
Scrolling tabs on Google Play.
285285
<div class="video-instructions">&nbsp;</div>
286286
</div>
287287

docs/html/design/patterns/app-structure.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>Application Structure</h2>
112112
single screen</li>
113113
<li>Apps such as Phone whose main purpose is to switch between different activities without deeper
114114
navigation</li>
115-
<li>Apps such as Gmail or Market that combine a broad set of data views with deep navigation</li>
115+
<li>Apps such as Gmail and Google Play that combine a broad set of data views with deep navigation</li>
116116
</ul>
117117
<p>Your app's structure depends largely on the content and tasks you want to surface for your users.</p>
118118
<h2 id="general-structure">General Structure</h2>
@@ -165,7 +165,7 @@ <h4>Put content forward</h4>
165165

166166
<img src="../static/content/app_structure_market.png">
167167
<div class="figure-caption">
168-
Market's start screen primarily allows navigation into the stores for Apps, Music, Books,
168+
The Google Play app's start screen primarily allows navigation into the stores for Apps, Music, Books,
169169
Movies and Games. It is also enriched with tailored recommendations and promotions that
170170
surface content of interest to the user. Search is readily available from the action bar.
171171
</div>
@@ -250,7 +250,7 @@ <h4>Use tabs to combine category selection and data display</h4>
250250

251251
<img src="../static/content/app_structure_scrolltabs.png">
252252
<div class="figure-caption">
253-
Market uses tabs to simultaneously show category choice and content. To navigate between
253+
Google Play uses tabs to simultaneously show category choice and content. To navigate between
254254
categories, users can swipe left/right on the content.
255255
</div>
256256

docs/html/design/patterns/navigation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h4>Navigating between sibling screens</h4>
167167
<img src="../static/content/navigation_between_siblings_gmail.png">
168168

169169
<p>However, a notable exception to this occurs when browsing between "related" detail views not tied
170-
together by the referring list&mdash;for example, when browsing in the Market between apps from
170+
together by the referring list&mdash;for example, when browsing on Google Play between apps from
171171
the same developer, or albums by the same artist. In these cases, following each link does create
172172
history, causing the Back button to step through each screen of related content which has been
173173
viewed. Up should continue to bypass these related screens and navigate to the most recently viewed
@@ -176,7 +176,7 @@ <h4>Navigating between sibling screens</h4>
176176
<img src="../static/content/navigation_between_siblings_market1.png">
177177

178178
<p>You have the ability to make the Up behavior even smarter based on your knowledge of detail
179-
view. If we extend our Market sample from above, imagine the user has navigated from the last Book
179+
view. If we extend our Google Play sample from above, imagine the user has navigated from the last Book
180180
viewed to the details for the Movie adaptation. In that case, Up can return to a container (Movies)
181181
which the user had not previously navigated through.</p>
182182

@@ -200,10 +200,10 @@ <h4>App-to-app navigation</h4>
200200
- If the destination screen is typically reached from one particular screen within your app, Up
201201
should navigate to that screen.
202202
- Otherwise, Up should navigate to the topmost ("Home") screen of your app.</p>
203-
<p>For example, after choosing to share a book being viewed in Market, the user navigates directly to
203+
<p>For example, after choosing to share a book being viewed on Google Play, the user navigates directly to
204204
Gmail's compose screen. From there, Up returns to the Inbox (which happens to be both the
205205
typical referrer to compose, as well as the topmost screen of the app), while Back returns to
206-
Market.</p>
206+
Google Play.</p>
207207

208208
<img src="../static/content/navigation_from_outside_up.png">
209209

0 commit comments

Comments
 (0)