Home | History | Annotate | Download | only in multiple-apks

Lines Matching full:play

36   <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK
43 <p>When developing your Android application to take advantage of multiple APKs on Google Play, it?s important to adopt some good practices from the get-go, and prevent unnecessary headaches further into the development process. This lesson shows you how to create multiple APKs of your app, each supporting a different subset of OpenGL texture formats. You will also gain some tools necessary to make maintaining a multiple APK codebase as painless as possible.</p>
52 href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using Single APK
55 href="{@docRoot}google/play/publishing/multiple-apks.html#TextureOptions">detect supported texture
161 <p>When a user downloads an application which uses multiple APKs through Google Play, the correct
249 <p>Before uploading to Google Play, double-check the following items. Remember that these are
251 applications being uploaded to Google Play.</p>
265 any surprises that could hide your application on Google Play. This is actually quite simple using the
293 <p>Why? By adding the required permission SEND_SMS, the feature requirement of android.hardware.telephony was implicitly added. Since most (if not all) xlarge devices are tablets without telephony hardware in them, Google Play will filter out this APK in these cases, until future devices come along which are both large enough to report as xlarge screen size, and possess telephony hardware.
304 <p>Once you?ve completed the pre-launch checklist, upload your APKs to Google Play. It may take a bit for the application to show up when browsing Google Play, but when it does, perform one last check. Download the application onto any test devices you may have to make sure that the APKs are targeting the intended devices. Congratulations, you?re done!</p>