Skip to content

Commit 87e3281

Browse files
author
Megha Joshi
committed
Adding TV related updates.
Change-Id: I631af8bec0c3178d2d03f9725afea548576cad77
1 parent 96c757e commit 87e3281

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

docs/html/training/multiple-apks/api.jd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,8 @@ won’t be visible to very many devices.</p>
377377
<pre>
378378
&lt;uses-feature android:name="android.hardware.telephony" android:required="false" /&gt;
379379
</pre>
380+
<p>The <code>android.hardware.touchscreen</code> requirement is also implicitly added. If you want your APK to be visible on TVs which are non-touchscreen devices you should add the following to your manifest:</p>
381+
<pre>
382+
&lt;uses-feature android:name="android.hardware.touchscreen" android:required="false" /&gt;
383+
</pre>
380384
<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>

docs/html/training/multiple-apks/multiple.jd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,5 +473,9 @@ will be invisible to most, if not all devices.</p>
473473
<pre>
474474
&lt;uses-feature android:name="android.hardware.telephony" android:required="false" /&gt;
475475
</pre>
476+
<p>The <code>android.hardware.touchscreen</code> requirement is also implicitly added. If you want your APK to be visible on TVs which are non-touchscreen devices you should add the following to your manifest:</p>
477+
<pre>
478+
&lt;uses-feature android:name="android.hardware.touchscreen" android:required="false" /&gt;
479+
</pre>
476480

477481
<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>

docs/html/training/multiple-apks/screensize.jd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,9 @@ manifest:</p>
352352
<pre>
353353
&lt;uses-feature android:name="android.hardware.telephony" android:required="false" /&gt;
354354
</pre>
355+
<p>The <code>android.hardware.touchscreen</code> requirement is also implicitly added. If you want your APK to be visible on TVs which are non-touchscreen devices you should add the following to your manifest:</p>
356+
<pre>
357+
&lt;uses-feature android:name="android.hardware.touchscreen" android:required="false" /&gt;
358+
</pre>
359+
355360
<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>

docs/html/training/multiple-apks/texture.jd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,9 @@ will be invisible to most, if not all devices.</p>
296296
<pre>
297297
&lt;uses-feature android:name="android.hardware.telephony" android:required="false" /&gt;
298298
</pre>
299+
<p>The <code>android.hardware.touchscreen</code> requirement is also implicitly added. If you want your APK to be visible on TVs which are non-touchscreen devices you should add the following to your manifest:</p>
300+
<pre>
301+
&lt;uses-feature android:name="android.hardware.touchscreen" android:required="false" /&gt;
302+
</pre>
303+
299304
<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>

0 commit comments

Comments
 (0)