ui: attempt to fix a15 e2e enforcement bugs

Certain devices (mostly Sony for some reason???) have bugged e2e
enforcement that actually breaks it on my app. Try to see if we can
"fix" this by disabling the enforcement using the optOut flag.
This commit is contained in:
Alexander Capehart 2025-02-21 17:49:44 -07:00
parent 251197b47b
commit bfcaba4acd
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -34,6 +34,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.Auxio.App"
android:appCategory="audio"
android:windowOptOutEdgeToEdgeEnforcement="true"
android:enableOnBackInvokedCallback="true"
tools:ignore="UnusedAttribute">