<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Yes, I did that (insert a in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032101#M42456</link>
    <description>&lt;P&gt;Yes, I did that (insert a line in &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;intelxdk.config.additions.xml)&lt;/SPAN&gt;. After the building I checked if that line was used. This line (in bold) was included automatically by the XDK during the building process:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;....&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp;&amp;lt;preference name="splashscreen" value="splash" /&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!--creationInfo:{"src":"appStarter"}--&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;preference name="target-device" value="universal" /&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;lt;/widget&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;But... the Google yet says: "This APP do not was made for tablet".&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2014 11:01:41 GMT</pubDate>
    <dc:creator>Hamilton_Tenório_da_</dc:creator>
    <dc:date>2014-10-31T11:01:41Z</dc:date>
    <item>
      <title>APK to Google Play to use in tablet</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032097#M42452</link>
      <description>&lt;P&gt;I am building APK with new Cordova building, but when I load the APK on Google Play, it says that the APP is not for tablet.&lt;/P&gt;

&lt;P&gt;With this, it is not showed in Google Play when the user is on tablet.&lt;/P&gt;

&lt;P&gt;What I need to do for fix it?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:24:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032097#M42452</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2014-10-21T17:24:37Z</dc:date>
    </item>
    <item>
      <title>You can also set your desired</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032098#M42453</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;You can also set your desired preferences in the &lt;/SPAN&gt;intelxdk.config.additions.xml&amp;nbsp;file&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;. This file becomes available after you upload your code under the Build tab. Note: You do not need to build your project to have this file become available.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Within this file, you can add the following line to target a particular device form factor:&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;preference name="target-device" value="universal" /&amp;gt;      &amp;lt;!-- all: possible values handset, tablet, or universal --&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;An example Apache Cordova* config.xml containing "target-device" values on Github :&lt;/STRONG&gt;&lt;/U&gt;&lt;BR /&gt;
	&lt;A href="https://github.com/phonegap/phonegap-start/blob/master/www/config.xml"&gt;https://github.com/phonegap/phonegap-start/blob/master/www/config.xml&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can find more information about intelxdk.config.additions.xml file at&amp;nbsp;&lt;A href="https://software.intel.com/en-us/html5/articles/adding-special-build-options-to-your-xdk-cordova-app-with-the-intelxdk-config-additions-xml-file"&gt;https://software.intel.com/en-us/html5/articles/adding-special-build-options-to-your-xdk-cordova-app-with-the-intelxdk-config-additions-xml-file&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2014 18:04:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032098#M42453</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2014-10-24T18:04:42Z</dc:date>
    </item>
    <item>
      <title>Hi Elroy,</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032099#M42454</link>
      <description>&lt;P&gt;Hi Elroy,&lt;/P&gt;

&lt;P&gt;Thank you for the answer. I tryed this and I confirmed in&amp;nbsp;intelxdk.config.android.xml. The new information is there:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;....&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp;&amp;lt;preference name="splashscreen" value="splash" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!--creationInfo:{"src":"appStarter"}--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;lt;preference name="target-device" value="universal" /&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;lt;/widget&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;But, after publish the new APK, the Google Play inform the same: this APP is not prepared to tablet.&lt;/P&gt;

&lt;P&gt;What more I need to do?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2014 11:52:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032099#M42454</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2014-10-25T11:52:37Z</dc:date>
    </item>
    <item>
      <title>I recommend that you place</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032100#M42455</link>
      <description>&lt;P&gt;I recommend that you place this line in the additions file previously mentioned not the intelxdk.config.android.xml file. The android config file is written every time a build is initiated.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 21:43:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032100#M42455</guid>
      <dc:creator>Elroy_A_Intel</dc:creator>
      <dc:date>2014-10-30T21:43:29Z</dc:date>
    </item>
    <item>
      <title>Yes, I did that (insert a</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032101#M42456</link>
      <description>&lt;P&gt;Yes, I did that (insert a line in &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;intelxdk.config.additions.xml)&lt;/SPAN&gt;. After the building I checked if that line was used. This line (in bold) was included automatically by the XDK during the building process:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;....&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp;&amp;lt;preference name="splashscreen" value="splash" /&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;!--creationInfo:{"src":"appStarter"}--&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-weight: 700; font-size: 12px; line-height: 18px;"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;preference name="target-device" value="universal" /&amp;gt;&lt;/SPAN&gt;&lt;BR style="font-size: 12px; line-height: 18px;" /&gt;
	&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;&amp;lt;/widget&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;But... the Google yet says: "This APP do not was made for tablet".&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 11:01:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032101#M42456</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2014-10-31T11:01:41Z</dc:date>
    </item>
    <item>
      <title>On Android devices this</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032102#M42457</link>
      <description>&lt;P&gt;On Android devices this problem is normally caused by a plugin that is requiring a feature that tablets do not support. Typically, this is something like requiring a cellular interface. One way to figure this out is to remove each plugin, one-by-one, from your app and try submitting it to the store between each build until you figure out which plugin is causing the problem. Knowing which plugin is causing the problem might allow us to come up with a specific solution.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 22:24:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032102#M42457</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2014-10-31T22:24:32Z</dc:date>
    </item>
    <item>
      <title>I made a lot of buildings</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032103#M42458</link>
      <description>&lt;P&gt;I made a lot of buildings with differents chooses of plugins. Even no plugin selected cause the same issue. Then, I started to analyse informations on Google Play, when I send a new APK. I get these information:&lt;/P&gt;

&lt;P&gt;Recursos 4 recursos&amp;nbsp;&lt;BR /&gt;
	android.hardware.screen.LANDSCAPE&lt;BR /&gt;
	&lt;STRONG&gt;android.hardware.TELEPHONY&lt;/STRONG&gt;&lt;BR /&gt;
	android.hardware.TOUCHSCREEN&lt;BR /&gt;
	android.hardware.WIFI&lt;/P&gt;

&lt;P&gt;As you can see, there is a line about TELEPHONY. I think that is blocking run on tablet.&lt;/P&gt;

&lt;P&gt;But there is no plugin about it. How I can disable these line? Can I put some string in&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;intelxdk.config.additions.xml?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2014 08:22:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032103#M42458</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2014-11-04T08:22:56Z</dc:date>
    </item>
    <item>
      <title>This is being caused by one</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032104#M42459</link>
      <description>&lt;P&gt;This is being caused by one of the xdk plugins, I believe it is the base or device plugin. We recommend that you move to using comparable Cordova plugins, those xdk plugins are being slowly deprecated in favor of more widely available equivalent Cordova plugins. With the Cordova plugins you also have full access to the source so you can customize them to your needs, including removing permissions that are interfering with your apps.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 01:19:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032104#M42459</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2014-11-06T01:19:12Z</dc:date>
    </item>
    <item>
      <title>You must submit screenshots</title>
      <link>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032105#M42460</link>
      <description>You must submit screenshots of the tablet view of your app in order to get listed in the "designed for tablet" section</description>
      <pubDate>Sat, 22 Nov 2014 17:59:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/APK-to-Google-Play-to-use-in-tablet/m-p/1032105#M42460</guid>
      <dc:creator>Ramith_H_</dc:creator>
      <dc:date>2014-11-22T17:59:35Z</dc:date>
    </item>
  </channel>
</rss>

