how can i add a button in android default music player or existing package -


i using android music player in project .when clicking button in application show android default music player,for using following code

    intent intent;     startactivityforresult(new intent(android.provider.mediastore.intent_action_music_player),0);  

button created me placed in bottom of screen.in 1 home button there,but when music player launch thebuttons not visible. want button or home button in music player.i dont know whether possible add button in existing package.now using button in emulator.

sorry, not possible. can't modify ui of application.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -