From bfcaba4acdabf04f9c884cf0c6efd61422261087 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Fri, 21 Feb 2025 17:49:44 -0700 Subject: [PATCH] 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. --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2d0499edd..d1166adff 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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">