<?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 Re: Customizing Android Home Screen in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547774#M85907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bisson for your reply.I will come back to you in case of any further queries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2016 04:48:36 GMT</pubDate>
    <dc:creator>deepika_t</dc:creator>
    <dc:date>2016-08-23T04:48:36Z</dc:date>
    <item>
      <title>Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547772#M85905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am currently working on Sabre-AI running Android M. We need to customize Android so that only an application should be running on our android device all the time from boot to power down. I am looking for a way to launch our application when the device boots immediately without showing the home screen. Also RAM usage should be minimum.Can anyone suggest how to proceed further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 09:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547772#M85905</guid>
      <dc:creator>deepika_t</dc:creator>
      <dc:date>2016-08-22T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547773#M85906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The proper way to do that is to make your application listening to the android.intent.category.HOME Intent.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.android.com/reference/android/content/Intent.html#CATEGORY_HOME" title="https://developer.android.com/reference/android/content/Intent.html#CATEGORY_HOME"&gt;Intent | Android Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example with the sample Home application provided in the AOSP:&lt;/P&gt;&lt;P&gt;&lt;A href="http://androidxref.com/6.0.1_r10/xref/development/samples/Home/" title="http://androidxref.com/6.0.1_r10/xref/development/samples/Home/"&gt;Cross Reference: /development/samples/Home/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another example is the Launcher3, which also declares in its Android.mk that it replaces all the other available HOME at build time:&lt;/P&gt;&lt;P&gt;&lt;A href="http://androidxref.com/6.0.1_r10/xref/packages/apps/Launcher3/AndroidManifest.xml#76" title="http://androidxref.com/6.0.1_r10/xref/packages/apps/Launcher3/AndroidManifest.xml#76"&gt;Cross Reference: /packages/apps/Launcher3/AndroidManifest.xml&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://androidxref.com/6.0.1_r10/xref/packages/apps/Launcher3/Android.mk#51" title="http://androidxref.com/6.0.1_r10/xref/packages/apps/Launcher3/Android.mk#51"&gt;Cross Reference: /packages/apps/Launcher3/Android.mk&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 14:10:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547773#M85906</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-08-22T14:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547774#M85907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bisson for your reply.I will come back to you in case of any further queries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 04:48:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547774#M85907</guid>
      <dc:creator>deepika_t</dc:creator>
      <dc:date>2016-08-23T04:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547775#M85908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problem. Please let the community know if this solved your issue and close the thread in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:31:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547775#M85908</guid>
      <dc:creator>gary_bisson</dc:creator>
      <dc:date>2016-08-23T10:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547776#M85909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gary ,&lt;/P&gt;&lt;P&gt;We are using the Intent method..Taken the &lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fandroidxref.com%2F6.0.1_r10%2Fxref%2Fdevelopment%2Fsamples%2FHome%2F" rel="nofollow" target="_blank"&gt;Cross Reference: /development/samples/Home/&lt;/A&gt;&amp;nbsp; reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still optimizations are going on. Thanks for your support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 04:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547776#M85909</guid>
      <dc:creator>deepika_t</dc:creator>
      <dc:date>2016-08-24T04:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547777#M85910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting the solution, it will help enhance our knowledgebase!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 12:35:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547777#M85910</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2016-08-24T12:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Android Home Screen</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547778#M85911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, there are some reference materials on the Android Developer web site:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fdeveloper.android.com%2Ftraining%2Fbasics%2Factivity-lifecycle%2Findex.html" rel="nofollow" target="_blank"&gt;https://developer.android.com/training/basics/activity-lifecycle/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2016 09:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Customizing-Android-Home-Screen/m-p/547778#M85911</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2016-08-30T09:44:32Z</dc:date>
    </item>
  </channel>
</rss>

