Start android app with arguments? #1382
Replies: 4 comments 4 replies
-
Not sure if that's possible. I doubt we have anybody with that deep Android knowledge. Maybe try to ask on the Qt forum or something like XDA Developers? |
Beta Was this translation helpful? Give feedback.
-
Weird, in my Android app version the settings are stored. |
Beta Was this translation helpful? Give feedback.
-
Update: seems like we need to use "android.app.arguments" in AndroidManifest.xml |
Beta Was this translation helpful? Give feedback.
-
@ngocdh I think I could reproduce the "Jamulus doesn't save settings on Android" bug: If I swype and close the app after having made changes, to me it seems as if nothing gets saved. But if I go to File>Close after re-opening the app, settings are saved. I think the closing process is more like a kill then a normal close signal on Android --> Changes aren't saved. That's similar to killing the Program via Task-Manager or ctrl-c. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I could start Jamulus from termux, like this
However, I couldn't find a way to add arguments, for example "--connect SERVERIP"
My intent was write a script to detect a jamulus server in local network, and open Jamulus using "--connect" flag to connect to the found server. Even without the detection part, this could help me avoid typing the server address every time, because the app now doesn't memorize settings.
Anyone knows how to add arguments to open an android app? Or maybe this is not possible?
Beta Was this translation helpful? Give feedback.
All reactions