microsoft / WSA

Developer-related issues and feature requests for Windows Subsystem for Android
MIT License
1.52k stars 836 forks source link

android:resizeableActivity is remembered across app installation #502

Open mbalajee opened 9 months ago

mbalajee commented 9 months ago

Steps to reproduce

android:resizeableActivity=true in AndroidManifest.xml fixed the problem. App is now automatically resized when dragged around the corners.

Issue: However if the app was initially installed with resizeableActivity=false then it stays that way even when the app is uninstalled & reinstalled after setting resizeableActivity=true. It looks like WSA remembers some of these settings even when the app is gone.

✔️ Expected Behavior

Every new installation of the app should respect the value of android:resizeableActivity in AndroidManifest.xml

❌ Actual Behavior

Every new installation of the app does not respect the value of android:resizeableActivity in AndroidManifest.xml, instead it remembers the value from very first installation

Other Software

No response

Please specify the version of Windows Subsystem for Android

2304.40000.3.0