<?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 Android Intent in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011397#M34295</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am coming back to evaluate the XDK development tool, which has been quite dynamic since 15 months I left it.&lt;/P&gt;

&lt;P&gt;However I have the same problem with intent: There is now an intent entry in the Cordova parameters for android, but no documentation about it. 15 months ago I had to build a fake plugin to achieve what I wanted, and this was not good, so I left the XdK to code manually. What's up now.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What I wan is quite simple si to put my app in the send to menu either on android or iOS, so that user can pass me an url for me to work with. Nothing very special. Manually I had to add these line of codes for android for instance:&lt;/P&gt;

&lt;P&gt;&amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action android:name="android.intent.action.MAIN" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.LAUNCHER" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action android:name="android.intent.action.SEND" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.DEFAULT" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data android:mimeType="*/*" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So can I do this simply now? I tried just to pass &lt;A href="http://*" target="_blank"&gt;http://*&lt;/A&gt; as intent (external) but I am not sure what it means.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Christophe, Paris.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2015 12:43:24 GMT</pubDate>
    <dc:creator>Christophe_T_</dc:creator>
    <dc:date>2015-10-09T12:43:24Z</dc:date>
    <item>
      <title>Android Intent</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011397#M34295</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I am coming back to evaluate the XDK development tool, which has been quite dynamic since 15 months I left it.&lt;/P&gt;

&lt;P&gt;However I have the same problem with intent: There is now an intent entry in the Cordova parameters for android, but no documentation about it. 15 months ago I had to build a fake plugin to achieve what I wanted, and this was not good, so I left the XdK to code manually. What's up now.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;What I wan is quite simple si to put my app in the send to menu either on android or iOS, so that user can pass me an url for me to work with. Nothing very special. Manually I had to add these line of codes for android for instance:&lt;/P&gt;

&lt;P&gt;&amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action android:name="android.intent.action.MAIN" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.LAUNCHER" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;intent-filter&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;action android:name="android.intent.action.SEND" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;category android:name="android.intent.category.DEFAULT" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;data android:mimeType="*/*" /&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/intent-filter&amp;gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;So can I do this simply now? I tried just to pass &lt;A href="http://*" target="_blank"&gt;http://*&lt;/A&gt; as intent (external) but I am not sure what it means.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;

&lt;P&gt;Christophe, Paris.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 12:43:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011397#M34295</guid>
      <dc:creator>Christophe_T_</dc:creator>
      <dc:date>2015-10-09T12:43:24Z</dc:date>
    </item>
    <item>
      <title>The code i sent you, that you</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011398#M34296</link>
      <description>&lt;P&gt;The code i sent you, that you have put in the Q14 of your faq still works, but I don't feel confortable using this.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2015 15:33:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011398#M34296</guid>
      <dc:creator>Christophe_T_</dc:creator>
      <dc:date>2015-10-09T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Christophe, that FAQ code</title>
      <link>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011399#M34297</link>
      <description>&lt;P&gt;Christophe, that FAQ code represents the essence of a plugin, which is what you have to use to do what you want to do. Note that the Intel XDK creates Cordova apps, so the methods available to you are those that can be used with a Cordova app.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 00:20:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Android-Intent/m-p/1011399#M34297</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-10-15T00:20:52Z</dc:date>
    </item>
  </channel>
</rss>

