[Android][Other] Spotify needs to let users change the AudioFocus() settings like PowerAmp does.

Hi Spotify, I think you should seriously consider updating the Advanced Settings section of the Spotify Android app so that a user can make the following granular settings: - Interrupt audio when notifications play (yes/no)- Interrupt audio when other media plays (yes/no) I am modeling this after how the ideas are set up in PowerAmp for android, one of the most popular non-streaming music apps.  This would simply require engaging with the AudioFocus() android API object. The advantages for Android users would be huge.  Right now, every time I get any kind of notification, my music is completely interrupted for about 750ms.  This is really intolerable when getting a lot of notifications - which, of course you know - is sort of the way that all apps do things nowadays. Android market share in the US and around the world has been going up as the cost of iOS devices increases.  We're now at about 65% market share, and it's only going to go up.  As your competitors spend more time on their Android apps, people are simply going to choose the service with the biggest catalog and the best experience.  I think you should really give the Android app more thought overall, but especially this specific change. Some resources about audio management for Android: https://developer.android.com/training/managing-audio/audio-focus.html https://www.reddit.com/r/Android/comments/1bi32i/one_of_androids_alltime_most_annoying_issues/ Thanks!  Colin

Updated: 2015-07-22Marked as new idea.

Similar Messages

  • It's not letting me change the firewall settings.

    I have a odd problem. It's not letting me change my firewall settings. The settings are locked by default, when I click on the little lock image in the bottom it does not prompt me for the password, it says "authenticating" for about 2 seconds, and then the "Click the lock to make changed" text appears again. I don't know what to do...

    I only have one account and I don't know how I could log into it more than once at the same time...
    My signature is not correct... I have the latest 10.6.1.
    Would it be possible to change the firewall settings in terminal?

  • Power Map has encountered an error and it needs to close, after changing the graphic settings

    I've been using the updated Power Map tool successfully over the past few days.
    Last night I was playing around with the graphics settings that can be found under the File Tab (I know that should teach me from playing around and following the user guide :-) ) and I changed the detail from Medium to High (I think) and now all that happens
    when I click on create a new tour or select an existing tour is
    "Power Map has encountered an error and it needs to close. Power Map can collection information about the error and create an e-mail which you will be able to send to Microsoft and help us fix the problem. Do you want to do this?"
    The error that gets generated can be seen below.
    Thank you for submitting this error information to Microsoft. We appreciate your help!
    System.Exception: Could not create the render target shared resource.
       at Microsoft.Data.Visualization.Engine.Graphics.Internal.D3DImage11.SetBackBuffer11(IntPtr pResource)
       at Microsoft.Data.Visualization.Engine.Graphics.D3DImage11.SetBackBuffer(RenderTarget renderTarget)
       at Microsoft.Data.Visualization.VisualizationControls.GlobeViewModel.CompositionTarget_Rendering(Object sender, EventArgs e)
       at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
       at System.Windows.Media.MediaContext.AnimatedRenderMessageHandler(Object resizedCompositionTarget)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
       at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
    I've removed Power Map from the system, restarted, repaired Office, restarted and reinstalled Power Map but the problem remains. So i'm guessing that the setting I changed are stored in the Registry or File System somewhere.
    Any help would be gratefully received.
    Regards
    Rob Ireland

    Is this still an issue?
    This also might be worthy to send to the team as a bug.
    You can send it in email using the Smile/Frown feature in the UI.
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How do i print something double sided? the computer won't let me change the default settings or turn "two sided"  on.

    I need to print a paper double sided, but eveytime i go to the print options i can't change the setting to turn the "two sided" on. I don't think its a problem with the printer either.

    If your printer doesn't do two sided printing (most don't) print the odd pages first, then flip the paper over and print the even pages.  You will have to experiment to see how to flip the paper.
    I do it by printing page 1, then flipping page one over and putting it back into the paper tray.
    Then I print pages 2 and 3.
    Remove the the completed page 1 and 2.
    Flip page 3 over and print pages 4 and 5.
    Repeat the process until you are done.

  • How do I password-protect a PDF document that doesn't let me change the security settings?

    I want to password-protect my PDF document (so when I email it, it can only be opened/read by intended recipients as it contains confidential/sensitive information) but when I go into document security, I'm unable to change the Security Method (which is currently set to 'No Security' - not by me).  There's a 'show details' icon but it's grey so I can't click on it.  What can I do to protect this document from being opened by non-intended recipients?

    Ah, yes, I'm using Adobe Reader!  That makes sense.  Thanks so much for your reply.  At the moment, I scan Word documents into my computer and they're automatically converted to PDFs.  If I had Adobe Acrobat on my computer, and scanned in documents, would they open in Reader automatically or could I open them in Acrobat and therefore add password protection?

  • Obiee 11g How to let user change password

    obiee 11g How to let user change password ?
    i not mean use weblogic console。 normal user how to change password。

    With 11g, OBIEE essentially uses the 10g notion of external authentication.
    By default, this is done by the WLS (Weblogic) LDAP identity store, but it may be done by another supported Authenticator either within WLS, or in the OBIS meta data (i.e. Custom Authenticator or LDAP). As such, OBIEE no longer has any control over user passwords; this is why the steps referenced in note 1102353.1 do not apply to OBIEE 11g, but only to internal/repository-defined users in OBIEE 10g.
    So, as with password maintenance in OBIEE 10g when an external authenticator is used, it is within that external authentication system that password is changed, not within OBIEE 11g. There is no option in OBIEE 11g to allow users to change passwords.
    There are two work-arounds with which you can change your password:
    1) From the Weblogic administration console/WLST.
    You need to give such user access into Weblogic console or access to browse through involved MBean hierarchy and other modify permissions. Changing the password using WLST instance is covered here:
    Ideally, the console and WLST approaches are used by Administration accounts to manage other users. But the console and WLST can be made to allow other users to change passwords (which will be more or less like carrying out an administrative task by users themselves)
    2) Using a programmatic approach.
    Here the application that intends to provide password change functionality to its users should implement this functionality on its own (GUI plus call to the relevant Weblogic API). Weblogic provides an MBean that the application can use to accomplish this. See here for more information.
    An enhancement request exists for this functionality. This is unpublished bug 11836170 - enable non admin users to change passwords in obiee 11g.

  • My icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    my icloud account on my new iphone does not match the user ID for itunes as it is an old apple ID. There is no password for this ID so I cant change it and it wont let me change the apple ID. Any help?

    To change to iCloud ID on your phone you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID then sign in with the new ID.  If you don't know the password for the old ID, and if the old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iPhone on your device, even though it prompts you for the password for your old account ID. Then go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • In base component when user change the serial number we need to set date time in Extra attribute filed

    HI Team,
    In ibase component when user change the serial number we need to set date time in Extra attribute filed..if we click edit ,User change serial number after save we need to set date time in  Extra Attribute 4 field .
    Component - PRDGENSET
    In this component there is no attributes,so where we need to implement and how to implement please help.
    Thanks
    kalpana

    Hi Abi,
    Thanks for your reply..see i debugged..i have put break point in method SET_S_STRUCT method if press enter in serial number ,debuggeris triggered..in SET_S_STRUCT method value getting serial number..so how to write the logic here...
    In GET_S_STRUCT method iam getting all attributes  but serial number is not filled..So could you please help here what to do..
    in set_S_STRCUT method value iam gettin serial number...in collection wrapper iam geting zrealtions if i open attributes_ref -if i pass Attribute value in run time its getting displayed.so how to write the logic based on serial  number please help some coding.
    Thanks
    kalpana

  • Hi, I have a PPC Running OSX 10.5.4 and I want to delete the User "Guest"and "Shared"Folders on my HD, they won't let me change the permissions and I keep getting errors that say the permissions should be 0 and are 501 and having files i can't delete that

    Hi, I have a PPC Running OSX 10.5.4 and I want to delete the User "Guest"and "Shared"Folders on my HD, they won't let me change the permissions and I keep getting errors that say the permissions should be 0 and are 501 and having files i can't delete that go on and on ad infinitum... I think it's a virus or a corruption? Can anyone tell me or help me and let me know what I'm dealing with here or wether I'm mistaken and should leave it alone?
    I'd appreciate it.
    Thanks,
    Matt

    mattmakesvidiots wrote:
    Hi, I have a PPC Running OSX 10.5.4 and I want to delete the User "Guest"and "Shared"Folders on my HD
    Why do you want to delete those?  What have you done so far to do that?
    I doubt that Mac has a virus.  On the other hand, your attempts to deleted those folders may have caused corruption.
    Two other comments:
    1) Is there a reason that Mac hasn't been updated to OS X 10.5.8?
    2) You've been misled by the poor field labeling on this Web site into trying to type your entire post into the "subject" field.  In the future, just put a short summary of your post into that field.

  • HT5622 iPhone is stuck on old ID and won't let me change the ID to get into Cloud segment of Settings.  Need to get this straight so I can backup to Cloud before updating to new System

    iPhone is stuck on old ID and won't let me change the ID in settings to get into Cloud.  Want to sync phone to Cloud before updating the Systems.  No such problem on other phone or 2 iPads linked to account.  Help!

    Thanks Bob,
    That was just a typo.
    I have three accounts set up in Mail, one of which, apart my the username which is my son's, has exactly the same settings as the one that isn't working and remember it's affecting all my devices.
    I would feel happier even if I could create a fourth account on my MacBook Pro using what I know to be the correct password for the server but when I try it keeps defaulting to imap type, I don't get an option for Pop which is what I need.
    Oh Bum.
    K

  • My iPad, Macbook and Apple TV are all set up with the same iCloud email address.  I bought the iPhone 6 and accidentally set the iCloud up with a different email.  My phone will not let me change the email address to be the same as my other devices,

    My iPad, Macbook and Apple TV are all set up with the same iCloud email address.  I bought the iPhone 6 and accidentally set the iCloud up with a different email.  My phone will not let me change the email address to be the same as my other devices, it tells me that email is already being used. How do I delete the iPhones iCloud account and reinstall it to match my other devices.

    Yes it will, just sign out, then sign back in with the correct address.
    Settings>iCloud>Sign Out.

  • I want to load Firefox on my computer at home, which is not connected to the internet. I want to download Firefox to my flashdrive and then add it to my computer at home. When I try to download Firefox, it won't let me change the path of where it download

    I want to download Firefox on a flashdrive so I can then download it to my home computer which is not connected to the internet. When I download Firefox, it won't let me change the path and so tries to download on a public computer, which isn't allowed. The reason I want it on my home computer is because I'm creating web pages and I want to view my html pages using a variety of browsers, including Firefox.

    From another computer, go to http://www.mozilla.com/firefox/, click "Free download" button, click "Save File" button, select your flash drive in "Save as" window. "Firefox Setup 3.6.13.exe" file will be saved in your flash drive.
    You just need to insert it in your new computer and double-click on "Firefox Setup 3.6.13.exe" from Windows Explorer and follow instructions.

  • I wanna change the Questions, but the support will call me in a wrong number and it won't let me change the number unless i change the country, and i can't change the country because i have a money in my account.. what should i do??

    I wanna change the Questions, but the support will call me in a wrong number and it won't let me change the number unless i change the country, and i can't change the country because i have a money in my account.. what should i do??

    You will need to call tech support or have them call you at http://expresslane.apple.com
    Diana

  • HT4623 My daughter forgot her passcode for her 3GS, and iTunes will not let me change the passcode or even update.  Please help!!!

    My daughter forgot her passcode for her 3GS, and iTunes will not let me change the passcode or even update.  Please help!!!

    If You Are Locked Out Or Have Forgotten Your Passcode or Just Need to Restore Your Device
      1. iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
      2. iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
      3. iOS- Understanding passcodes
         If you have forgotten your Restrictions code, then follow the instructions
         below but DO NOT restore any previous backup. If you do then you will
         simply be restoring the old Restrictions code you have forgotten. This
         same warning applies if you need to restore a clean system.
    A Complete Guide to Restore or Recover Your iDevice (if You Forget Your Passcode)
    If you need to restore your device or ff you cannot remember the passcode, then you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and re-sync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.
    Try restoring the iOS device if backing up and erasing all content and settings doesn't resolve the issue. Using iTunes to restore iOS devices is part of standard isolation troubleshooting. Restoring your device will delete all data and content, including songs, videos, contacts, photos, and calendar information, and will restore all settings to their factory condition.
    Before restoring your iOS device, Apple recommends that you either sync with iTunes to transfer any purchases you have made, or back up new data (data acquired after your last sync). If you have movie rentals on the device, see iTunes Store movie rental usage rights in the United States before restoring.
    Follow these steps to restore your device:
         1. Verify that you are using the latest version of iTunes before attempting to update.
         2. Connect your device to your computer.
         3. Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices.
         4. Select the Summary tab.
         5. Select the Restore option.
         6. When prompted to back up your settings before restoring, select the Back Up
             option (see in the image below). If you have just backed up the device, it is not
             necessary to create another.
         7. Select the Restore option when iTunes prompts you (as long as you've backed up,
             you should not have to worry about restoring your iOS device).
         8. When the restore process has completed, the device restarts and displays the Apple
             logo while starting up:
               After a restore, the iOS device displays the "Connect to iTunes" screen. For updating
              to iOS 5 or later, follow the steps in the iOS Setup Assistant. For earlier versions of
              iOS, keep your device connected until the "Connect to iTunes" screen goes away or
              you see "iPhone is activated."
         9. The final step is to restore your device from a previous backup. If you do not have a
              backup to restore, then restore as New.
    If you are restoring to fix a forgotten Restrictions Code or as a New device, then skip Step 9 and restore as New.

  • When previewing my website in Dreamweaver flash crashed - I need to change the security settings but don't know how to do this

    I use Dreamweaver and Adobe Bridge to create slide shows on my website. When 'previewing' the slideshow - in Dreamweaver it opens Firefox - it crashed and the dialogue box opens telling me to change my 'settings' - it doesn't do this if I preview in IE - which I don't understand. I need help in knowing where to go to change the security settings so that this doesn't happen. Incidentally, when I am on the web through Firefox, my website slideshows work perfectly>

    You can set the pref dom.ipc.plugins.timeoutSecs to to -1 on the about:config page to disable the timeout.
    See also http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

Maybe you are looking for