Hi, thanks for the info! Upgrading now.
Side point, for those who were a bit too enthusiasts while debloating your device and end up with a connection error to Onyx's servers...
Code:
adb shell pm uninstall -k --user 0 <yourpackagename>
Can be reverted with:
Code:
adb shell cmd package install-existing --user 0 <yourpackagename>
And
Code:
adb shell pm disable-user --user 0 <yourpackagename>
with
Code:
adb shell pm enable --user 0 <yourpackagename>