@@ -58,8 +58,9 @@ information about the application and user—your application and the Google
5858together to assemble the information and the Google Play client passes it to the server. </p>
5959
6060<p>To help you add licensing to your application, the Android SDK provides a downloadable set of
61- library sources that you can include in your application project: the "Google Market Licensing
62- package." The License Verification Library (LVL) is a library you can add to your application that
61+ library sources that you can include in your application project: the Google Market
62+ Licensing package. The License Verification Library (LVL) is a library you can add to your
63+ application that
6364handles all of the licensing-related communication with the Google Play licensing service. With
6465the LVL added to your application, your application can determine its licensing status for the
6566current user by simply calling a method and implementing a callback that receives the status
@@ -116,7 +117,7 @@ tampered with or that are spoofed.</p>
116117
117118<h2 id="LVL">Licensing Verification Library</h2>
118119
119- <p>The Android SDK provides a downloadable component called the " Google Market Licensing package,"
120+ <p>The Android SDK provides a downloadable package called the Google Market Licensing package,
120121which includes the License Verification Library (LVL). The LVL greatly simplifies the process of
121122adding licensing to your application and helps ensure a more secure, robust implementation for your
122123application. The LVL provides internal classes that handle most of the standard operations of a
@@ -162,8 +163,8 @@ does not cache any response data and allows the application access <em>only</em>
162163when the server returns a licensed response.</dd>
163164</dl>
164165
165- <p>The LVL is available as a downloadable component of the Android SDK. The
166- component includes both the LVL itself and an example application that shows how
166+ <p>The LVL is available as a downloadable package of the Android SDK. The
167+ package includes both the LVL itself and an example application that shows how
167168the library should be integrated with your application and how your application
168169should manage response data, UI interaction, and error conditions. </p>
169170
0 commit comments