tauri/.changes/fix-android-scope.md
Lucas Fernandes Nogueira effe5871af
fix(core): scope checks on Android (#8420)
* fix(core): scope checks on Android

On Android, when we call canonicalize() on "/data/user/0/appid" (which is the data dir), the result is a "/data/data/appid" path, so we need to adjust our scope for that.

* clarify code

* apply the logic to all targets
2023-12-19 10:19:26 -03:00

64 B

tauri
patch:bug

Fixes file scope checks on Android.