am 97b94e78: docs: a few more Market -> Play strings
* commit '97b94e784c012ca2bff273ff74a00c6eadd1a1a2': docs: a few more Market -> Play strings
This commit is contained in:
@@ -34,9 +34,9 @@ Fundamentals</a>. Then explore other topics — from
|
||||
designing a user interface and setting up resources to storing
|
||||
data and using permissions — as needed.</dd>
|
||||
|
||||
<dt><b>Android Market Topics</b></dt>
|
||||
<dd>Documentation for topics that concern publishing and monetizing applications on Android
|
||||
Market, such as how to enforce licensing policies and implement in-app billing.</dd>
|
||||
<dt><b>Google Play Topics</b></dt>
|
||||
<dd>Documentation for topics that concern publishing and monetizing applications on Google Play,
|
||||
such as how to enforce licensing policies and implement in-app billing.</dd>
|
||||
|
||||
<dt><b>Developing</b></dt>
|
||||
<dd>Directions for using Android's development and debugging tools,
|
||||
|
||||
@@ -91,8 +91,8 @@ application source files.</p>
|
||||
|
||||
<tr>
|
||||
<td>IMarketBillingService.aidl</td>
|
||||
<td>Android Interface Definition Library (AIDL) file that defines the IPC interface to Android
|
||||
Market's in-app billing service (<code>MarketBillingService</code>).</td>
|
||||
<td>Android Interface Definition Library (AIDL) file that defines the IPC interface to Google
|
||||
Play's in-app billing service (<code>MarketBillingService</code>).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
||||
@@ -408,8 +408,8 @@ user experience with minimal effort on your behalf, we recommend you use the Dow
|
||||
download your expansion files. The information in the following sections explain how to integrate
|
||||
the library into your application.</p>
|
||||
|
||||
<p>If you'd rather develop your own solution to download the expansion files using the Android
|
||||
Market URLs, you must follow the <a href="{@docRoot}guide/market/licensing/index.html">Application
|
||||
<p>If you'd rather develop your own solution to download the expansion files using the Google
|
||||
Play URLs, you must follow the <a href="{@docRoot}guide/market/licensing/index.html">Application
|
||||
Licensing</a> documentation to perform a license request, then retrieve the expansion file names,
|
||||
sizes, and URLs from the response extras. You should use the <a href="#ExpansionPolicy">{@code
|
||||
APKExpansionPolicy}</a> class (included in the License Verification Library) as your licensing
|
||||
|
||||
@@ -9,8 +9,8 @@ disallow further use as appropriate. </p>
|
||||
|
||||
<p>Using the service, you can apply a flexible licensing policy on an application-by-application
|
||||
basis—each application can enforce licensing in the way most appropriate for it. If necessary,
|
||||
an application can apply custom constraints based on the licensing status obtained from Android
|
||||
Market. For example, an application can check the licensing status and then apply custom constraints
|
||||
an application can apply custom constraints based on the licensing status obtained from Google Play.
|
||||
For example, an application can check the licensing status and then apply custom constraints
|
||||
that allow the user to run it unlicensed for a specific validity period. An application can also
|
||||
restrict use of the application to a specific device, in addition to any other constraints. </p>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ To start developing with your device, read <a
|
||||
href="{@docRoot}guide/developing/device.html">Using Hardware Devices</a>.</p>
|
||||
|
||||
<p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones
|
||||
(purchased from the Android Market publisher site), a Nexus One, or a Nexus S, then you need
|
||||
(ADP), a Nexus One, or a Nexus S, then you need
|
||||
the <a href="{@docRoot}sdk/win-usb.html">Google USB Driver</a>, instead of an OEM driver. The Galaxy
|
||||
Nexus driver, however, is distributed by <a
|
||||
href="http://www.samsung.com/us/support/downloads/verizon-wireless/SCH-I515MSAVZW">Samsung</a>
|
||||
|
||||
Reference in New Issue
Block a user