<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 15:22:49 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MCPE-19335] App icon isn&apos;t displayed on Android TV (Nvidia Shield Console)</title>
                <link>https://bugs.mojang.com/browse/MCPE-19335</link>
                <project id="10200" key="MCPE">Minecraft (Bedrock codebase)</project>
                    <description>&lt;p&gt;After installing MCPE via Google Play website onto Nvidia Shield TV, the app installs all ok but the app isn&apos;t displayed in the &apos;Apps&apos; list and can only be accessed by going to Settings-&amp;gt;Apps and launching the app from there.&lt;/p&gt;

&lt;p&gt;I assume this is due to the appropriate Android TV icon not being present and/or manifest settings being incorrect, so should be a simple fix.&lt;/p&gt;</description>
            <key id="158232">MCPE-19335</key>
            <summary>App icon isn&apos;t displayed on Android TV (Nvidia Shield Console)</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="7">Invalid</resolution>
                                            <reporter username="deaj">Dave Stallard</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Dec 2016 03:13:36 +0100</created>
                <updated>Tue, 15 Aug 2017 10:21:42 +0200</updated>
                            <resolved>Tue, 15 Aug 2017 10:21:41 +0200</resolved>
                                    <version>1.0.0</version>
                                                                        <votes>3</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="399477" author="nighter" created="Tue, 15 Aug 2017 10:21:42 +0200"  >&lt;p&gt;Android TV isn&apos;t officially supported. As such, this is &lt;em&gt;Invalid&lt;/em&gt;.&lt;/p&gt;</comment>
                            <comment id="349587" author="deaj" created="Wed, 21 Dec 2016 04:12:18 +0100"  >&lt;p&gt;Nice work - can&apos;t make it much easier for them than that!&lt;/p&gt;</comment>
                            <comment id="349586" author="zomby2d" created="Wed, 21 Dec 2016 04:08:02 +0100"  >&lt;p&gt;To fix this, the following changes need to be done to the &lt;tt&gt;Manifest.xml&lt;/tt&gt; file:&lt;/p&gt;

&lt;p&gt;In the top by the other &lt;tt&gt;uses-features&lt;/tt&gt; add:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-xml&quot;&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;uses-feature android:name=&lt;span class=&quot;code-quote&quot;&gt;&quot;android.hardware.gamepad&quot;&lt;/span&gt; android:required=&lt;span class=&quot;code-quote&quot;&gt;&quot;false&quot;&lt;/span&gt;/&amp;gt;&lt;/span&gt;
&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;uses-feature android:name=&lt;span class=&quot;code-quote&quot;&gt;&quot;android.software.leanback&quot;&lt;/span&gt; android:required=&lt;span class=&quot;code-quote&quot;&gt;&quot;false&quot;&lt;/span&gt; /&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Change the line that says&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-xml&quot;&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;application android:icon=&lt;span class=&quot;code-quote&quot;&gt;&quot;@drawable/icon&quot;&lt;/span&gt; android:label=&lt;span class=&quot;code-quote&quot;&gt;&quot;@string/app_name&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-xml&quot;&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;application android:icon=&lt;span class=&quot;code-quote&quot;&gt;&quot;@drawable/icon&quot;&lt;/span&gt; android:banner=&lt;span class=&quot;code-quote&quot;&gt;&quot;@drawable/banner&quot;&lt;/span&gt; android:label=&lt;span class=&quot;code-quote&quot;&gt;&quot;@string/app_name&quot;&lt;/span&gt; android:isGame=&lt;span class=&quot;code-quote&quot;&gt;&quot;true&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the intent filter section add:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-xml&quot;&gt;&lt;span class=&quot;code-tag&quot;&gt;&amp;lt;category android:name=&lt;span class=&quot;code-quote&quot;&gt;&quot;android.intent.category.LEANBACK_LAUNCHER&quot;&lt;/span&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Then all you need to do is add a 320x180 launcher image named &lt;tt&gt;banner.png&lt;/tt&gt; in the drawable folder.&lt;br/&gt;
&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://i.imgur.com/PJSHdu8.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_11500" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>ADO</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>53757</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11300" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Operating System Version</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Android 6</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10402" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Platform</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10120"><![CDATA[Tablet - Android - Other (Specify in description)]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i05dd3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>