Skip to content

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

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

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

Conversation

@lucasfernog

Copy link
Copy Markdown
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

github-actions Bot commented Mar 2, 2025

Copy link
Copy Markdown
Contributor

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
@lucasfernog
lucasfernog deleted the fix/android-min-sdk branch March 2, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants