• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loading song through Android Intent
#1
Music 
Hello!

I am currently looking into launching MobileSheets Pro on my Android Tablet with a given song.
I want my (custom) BLE footpedal to trigger this (to be able to very quickly launch a few favorites using a simple switch press).

While investigating, I found that the Android can receive intents of the following format:

Code:
<intent-filter>
   <action android:name="com.zubersoft.mobilesheetspro.LOAD_SONG"/>
   <category android:name="android.intent.category.DEFAULT"/>
</intent-filter>

I was able to launch the app when issuing an intent via an adb shell using:

Code:
am start -a com.zubersoft.mobilesheetspro.LOAD_SONG -c android.intent.category.DEFAULT


Yet, I am unable to figure out which (I suppose string-) extras to add to the intent in order to launch a song available in my database.

Would it be possible for you to provide me the extras that can be added to the intent in order to make it work?
That would be highly appreciated!

Additionaly:
Is there by any chance a mechanism of some sort to launch a setlist available in the MobileSheets Pro app through a third-party app? Angel

Thanks a lot for your answers and have a nice one!
Reply


Messages In This Thread
Loading song through Android Intent - by Jones14021 - 09-15-2023, 02:31 AM



Users browsing this thread:
1 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.