I’m using the Android app Conversation (XMPP) client on Sailfish and it seems Call Integration is buggy in SailfishOS’s compat layer and makes calls have no sound.
It’s something that even some Android distributors fail to implement correctly, and there’s in the code a function to disable Call Integration if needed… The question is : do anybody know what kind of test (in java) I could use to check whether the app is actually running on SailfishOS? Various Build.* variables do not have anything…
As SailfishOS is outside of the LXC container AAS (ex-AlienDalvik) runs in, that might (and should) be not possible (but may; still, on first sight I think this is the wrong approach).
IMO the correct question is: Is there a way for an Android app to distinguish between running on AAS (ex-AlienDalvik) versus AOSP-derivates (LineageOS etc.)?
Yes, I finally managed to dump every properties in the app and saw and proposed a patch based on this, and the app dev/maintainer seems to be OK with this approach.
Not sure many people use the app on SailfishOS, but that’d allow to use its call feature again!