Skip to content

fix(core): compatibility check for Android SDK < 24#12870

Merged
lucasfernog merged 1 commit intodevfrom
fix/android-min-sdk
Mar 2, 2025
Merged

fix(core): compatibility check for Android SDK < 24#12870
lucasfernog merged 1 commit intodevfrom
fix/android-min-sdk

Conversation

@lucasfernog
Copy link
Member

activity.applicationInfo.dataDir returns the same value as activity.dataDir.absolutePath, but looks like the latter is synchronized when the app is moved (see https://developer.android.com/reference/android/content/Context#getDataDir() vs https://developer.android.com/reference/android/content/pm/ApplicationInfo#dataDir)

ref #12810

`activity.applicationInfo.dataDir` returns the same value as `activity.dataDir.absolutePath`, but looks like the latter is synchronized when the app is moved (see https://developer.android.com/reference/android/content/Context#getDataDir() vs https://developer.android.com/reference/android/content/pm/ApplicationInfo#dataDir)

ref #12810
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2025

Package Changes Through bc8306f

There are 3 changes which include @tauri-apps/api with minor, tauri with minor, tauri-runtime-wry with minor

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.3.0 2.4.0
tauri-runtime-wry 2.4.1 2.5.0
tauri 2.3.1 2.4.0

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@lucasfernog lucasfernog merged commit f985988 into dev Mar 2, 2025
23 checks passed
@lucasfernog lucasfernog deleted the fix/android-min-sdk branch March 2, 2025 20:56
@github-project-automation github-project-automation bot moved this from 📬Proposal to 🔎 In audit in Roadmap Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🔎 In audit

Development

Successfully merging this pull request may close these issues.

2 participants