Think I found the issue.just installed this ROM. everything is working fine. Banking app etc... but having issue with one app. error as mention below. unable to take screenshot due to app's security. phone is not rooted but just with the unlocked bootloader
'Singpass app cannot be set up on this device due to an incompatible secure key storage module. this is because the device may be running an unrecognised version of androif, may have an unlocked bootloader, or may not have been certified by the manufacturer. you may wish to back up your data and return this device to its original settings before setting the app up again'
is there any bypass or i missed installing anything important? i followed the 'coming from another rom' installation procedures
Can you open a adb shell and post the output from "pm list packages -3 | grep singpass"
Could be an issue with the app (audio focus not properly implemented?), hard to tell from limited info.Hi and thanks for this great rom.
Everything works well, except for a bug which is a bit annoying : whenever I'm listening to music or watching a video, if I receive a notification from any kind, the volume goes down and never goes back up, until I close the app and relaunch it.
Any idea how to fix that ?
There used to be a option to disable this behaviour in LOS 19, can't seem to find it now though.
Either enable DND or try this from adb shell (you can grab the package name by modifying the command in my earlier reply to @devconBB) ;
cmd appops set PACKAGENAME TAKE_AUDIO_FOCUS ignore