<?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: How to lunch Spotify app by using Intent in Android ? in Android</title>
    <link>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/5011474#M167019</link>
    <description>&lt;P&gt;Hi, im new in this, i ask if there is a way of start spotify activity for search&lt;/P&gt;&lt;P&gt;I think is not worth it to replicate that activity on my app, i think that redirect to that activity is the best.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*snip*&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2020 17:49:49 GMT</pubDate>
    <dc:creator>leexgo1987</dc:creator>
    <dc:date>2020-08-05T17:49:49Z</dc:date>
    <item>
      <title>How to lunch Spotify app by using Intent in Android ?</title>
      <link>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/4881574#M160902</link>
      <description>&lt;P&gt;I knew this might be repeated but my question is very simple.&lt;/P&gt;&lt;P&gt;How do i lunch Spotify App using Intent in Android ?&lt;/P&gt;&lt;P&gt;Right now i am using below type of code (got from Stackoverflow) and it's running and opening particular Album in Spotify App. But i want to open Spotify App and just lunch it's Home screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;intent = Intent(Intent.&lt;SPAN&gt;ACTION_VIEW&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN&gt;intent.data = Uri.parse("spotify:album:0sNOF9WDwhWunNAHPD3Baj")&lt;/SPAN&gt;&lt;BR /&gt;intent.putExtra(&lt;BR /&gt;    Intent.&lt;SPAN&gt;EXTRA_REFERRER&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    Uri.parse(&lt;SPAN&gt;"android-app://" &lt;/SPAN&gt;+ &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;packageName&lt;/SPAN&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;SPAN&gt;this&lt;/SPAN&gt;.startActivity(intent)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;I don't have any playlist, album or track in my account.&amp;nbsp; But i want to open Spotify App and just lunch it's Home screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i do this ?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 06:18:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/4881574#M160902</guid>
      <dc:creator>mdp3030</dc:creator>
      <dc:date>2020-01-08T06:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to lunch Spotify app by using Intent in Android ?</title>
      <link>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/4881822#M160909</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/23400805"&gt;@mdp3030&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Welcome to Spotify Community and thanks for reaching out here!&lt;/P&gt;&lt;P&gt;The Intent you're using is linking you to a specific album because the code is linked to:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;intent.data = Uri.parse("spotify:album:0sNOF9WDwhWunNAHPD3Baj")&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;This is an in-app code for albums.&lt;/P&gt;&lt;P&gt;So, if you want to open the Home Screen, maybe you should remove it from your code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check it and let me know if it works...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any other further questions or need more help, let me know! I'd love to help!&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;hezorg&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 14:45:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/4881822#M160909</guid>
      <dc:creator>Luan</dc:creator>
      <dc:date>2020-01-08T14:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to lunch Spotify app by using Intent in Android ?</title>
      <link>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/5011474#M167019</link>
      <description>&lt;P&gt;Hi, im new in this, i ask if there is a way of start spotify activity for search&lt;/P&gt;&lt;P&gt;I think is not worth it to replicate that activity on my app, i think that redirect to that activity is the best.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*snip*&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 17:49:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/5011474#M167019</guid>
      <dc:creator>leexgo1987</dc:creator>
      <dc:date>2020-08-05T17:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to lunch Spotify app by using Intent in Android ?</title>
      <link>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/5030142#M168096</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/23847373"&gt;@leexgo1987&lt;/a&gt;,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for searching for the answer you need here!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Just to make sure where on the same page - you're asking about the history of your searches in Spotify, right? These should appear, as soon as you click on the search bar. On the right side next to each individual item, there should also be an &lt;EM&gt;X&amp;nbsp;&lt;/EM&gt;with which you're able to remove it from the history. If either of these features isn't functioning correctly, we suggest that you perform a clean reinstall using the steps &lt;A href="https://community.spotify.com/t5/Spotify-Answers/How-can-I-perform-a-clean-reinstall-of-the-app/ta-p/4746485" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If the issue persists after that, it would be really helpful if you could include a screenshot of what you see. Just make sure that there's no private/sensitive info displayed.&lt;BR /&gt;
&lt;BR /&gt;
Hope you find this useful. Let us know how you get on.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 10:40:20 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Android/How-to-lunch-Spotify-app-by-using-Intent-in-Android/m-p/5030142#M168096</guid>
      <dc:creator>Mihail</dc:creator>
      <dc:date>2020-09-04T10:40:20Z</dc:date>
    </item>
  </channel>
</rss>

