commit 6ef28a62e83ae2f26da9b451d3dc917d3ad82c45 parent fe1b7ce81c4203ad59544a89f5ad110abf584263 Author: Iván Ávalos <avalos@disroot.org> Date: Sat, 1 Nov 2025 21:40:26 +0100 [pos] opt-out of API 36 requirements Diffstat:
| M | merchant-terminal/src/main/AndroidManifest.xml | | | 8 | +++++++- |
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/merchant-terminal/src/main/AndroidManifest.xml b/merchant-terminal/src/main/AndroidManifest.xml @@ -38,7 +38,13 @@ android:roundIcon="@mipmap/ic_taler_logo_round" android:supportsRtl="true" android:theme="@style/AppTheme" - tools:ignore="GoogleAppIndexingWarning"> + android:enableOnBackInvokedCallback="false" + tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"> + + <property + android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY" + android:value="true" /> + <activity android:name=".MainActivity" android:exported="true"