Lines Matching refs:downloads
49 <li><a href="#TestingReading">Testing file downloads</a></li>
78 them. On most devices, Google Play downloads the expansion file(s) at the same time it
79 downloads the APK, so your application has everything it needs when the user opens it for the
153 <p>When Google Play downloads your expansion files to a device, it saves them to the system's
200 <p>Most of the time, Google Play downloads and saves your expansion files at the same time it
201 downloads the APK to the device. However, in some cases Google Play
211 devices), it downloads them along with the APK.
212 <p>If Google Play is unable to download the expansion files, it downloads the
334 <p>In most cases, Google Play downloads and saves your expansion files to the device at the same
385 <p>In addition to the LVL, you need a set of code that downloads the expansion files
393 <li>File downloads should occur in a background service in order to avoid blocking the user
406 which requests the expansion file URLs through the licensing service, downloads the expansion files,
427 Google Play APK Expansion Library package. This library downloads your expansion files in a
431 <p>To implement expansion file downloads using the Downloader Library, all you need to do is:</p>
555 <p>In order to perform downloads in the background, the Downloader Library provides its
625 your downloads.</p>
639 <p>In order to monitor the progress of the file downloads and restart the download if necessary, the
859 downloads, you must call {@code DownloaderServiceMarshaller.CreateProxy()} to receive the {@code
906 expansion files. You might want to provide a user preference to enable downloads over
1205 <h3 id="TestingReading">Testing file downloads</h3>