tauri-apps / tauri-apps/plugins-workspace
[feat][os] retrieve device information within the `os` module on Android
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
### Describe the problem
Tauri v2 has already enabled the creation of Android projects, which is a remarkable achievement worthy of celebration. However, there are still some functionalities missing on the Android platform.
I am not fond of Java or Kotlin languages, and for a project I'm currently maintaining, it requires obtaining device information such as the phone manufacturer, device model, and system version number. Unfortunately, Tauri v2 does not provide these interfaces. Is it possible to add these methods within the os module?
### Describe the solution you'd like
Add these methods within the os module.
Like `import { deviceModel, manufacturer } from "@tauri-apps/plugin-os";`
### Alternatives considered
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.