Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat][os] retrieve device information within the os module on Android #1262

Open
thep0y opened this issue Apr 27, 2024 · 0 comments
Open

[feat][os] retrieve device information within the os module on Android #1262

thep0y opened this issue Apr 27, 2024 · 0 comments
Labels
enhancement New feature or request platform: android Android specific issues platform: ios iOS specific issues plugin: os

Comments

@thep0y
Copy link

thep0y commented Apr 27, 2024

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

@amrbashir amrbashir transferred this issue from tauri-apps/tauri Apr 29, 2024
@amrbashir amrbashir changed the title [feat] retrieve device information within the os module on Android [feat][os] retrieve device information within the os module on Android Apr 29, 2024
@FabianLars FabianLars added enhancement New feature or request platform: android Android specific issues plugin: os platform: ios iOS specific issues labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform: android Android specific issues platform: ios iOS specific issues plugin: os
Projects
None yet
Development

No branches or pull requests

2 participants