Skip to content

Commit 97b94e7

Browse files
committed
docs: a few more Market -> Play strings
Change-Id: Icd09ec82362ff9aac511260f0fa295ddbc7e1369
1 parent 9ad3d0e commit 97b94e7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/html/guide/index.jd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Fundamentals</a>. Then explore other topics &mdash; from
3434
designing a user interface and setting up resources to storing
3535
data and using permissions &mdash; as needed.</dd>
3636

37-
<dt><b>Android Market Topics</b></dt>
38-
<dd>Documentation for topics that concern publishing and monetizing applications on Android
39-
Market, such as how to enforce licensing policies and implement in-app billing.</dd>
37+
<dt><b>Google Play Topics</b></dt>
38+
<dd>Documentation for topics that concern publishing and monetizing applications on Google Play,
39+
such as how to enforce licensing policies and implement in-app billing.</dd>
4040

4141
<dt><b>Developing</b></dt>
4242
<dd>Directions for using Android's development and debugging tools,

docs/html/guide/market/billing/billing_integrate.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ application source files.</p>
9191

9292
<tr>
9393
<td>IMarketBillingService.aidl</td>
94-
<td>Android Interface Definition Library (AIDL) file that defines the IPC interface to Android
95-
Market's in-app billing service (<code>MarketBillingService</code>).</td>
94+
<td>Android Interface Definition Library (AIDL) file that defines the IPC interface to Google
95+
Play's in-app billing service (<code>MarketBillingService</code>).</td>
9696
</tr>
9797

9898
<tr>

docs/html/guide/market/expansion-files.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ user experience with minimal effort on your behalf, we recommend you use the Dow
408408
download your expansion files. The information in the following sections explain how to integrate
409409
the library into your application.</p>
410410

411-
<p>If you'd rather develop your own solution to download the expansion files using the Android
412-
Market URLs, you must follow the <a href="{@docRoot}guide/market/licensing/index.html">Application
411+
<p>If you'd rather develop your own solution to download the expansion files using the Google
412+
Play URLs, you must follow the <a href="{@docRoot}guide/market/licensing/index.html">Application
413413
Licensing</a> documentation to perform a license request, then retrieve the expansion file names,
414414
sizes, and URLs from the response extras. You should use the <a href="#ExpansionPolicy">{@code
415415
APKExpansionPolicy}</a> class (included in the License Verification Library) as your licensing

docs/html/guide/market/licensing/index.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ disallow further use as appropriate. </p>
99

1010
<p>Using the service, you can apply a flexible licensing policy on an application-by-application
1111
basis&mdash;each application can enforce licensing in the way most appropriate for it. If necessary,
12-
an application can apply custom constraints based on the licensing status obtained from Android
13-
Market. For example, an application can check the licensing status and then apply custom constraints
12+
an application can apply custom constraints based on the licensing status obtained from Google Play.
13+
For example, an application can check the licensing status and then apply custom constraints
1414
that allow the user to run it unlicensed for a specific validity period. An application can also
1515
restrict use of the application to a specific device, in addition to any other constraints. </p>
1616

docs/html/sdk/oem-usb.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To start developing with your device, read <a
3434
href="{@docRoot}guide/developing/device.html">Using Hardware Devices</a>.</p>
3535

3636
<p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones
37-
(purchased from the Android Market publisher site), a Nexus One, or a Nexus S, then you need
37+
(ADP), a Nexus One, or a Nexus S, then you need
3838
the <a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a>, instead of an OEM driver. The Galaxy
3939
Nexus driver, however, is distributed by <a
4040
href="http://www.samsung.com/us/support/downloads/verizon-wireless/SCH-I515MSAVZW">Samsung</a>

0 commit comments

Comments
 (0)