mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
feat(platform): add device info and network summary support
This adds DeviceInfo to the Platform interface and implements it for Android, iOS, and JVM, including battery level and active network summary where available. Co-authored-by: Junie <junie@jetbrains.com>
This commit is contained in:
@@ -13,6 +13,7 @@ class MainActivity : ComponentActivity() {
|
||||
enableEdgeToEdge()
|
||||
super.onCreate(savedInstanceState)
|
||||
attachAndroidFilePickerContext(this)
|
||||
attachAndroidPlatformContext(this)
|
||||
|
||||
setContent {
|
||||
App()
|
||||
|
||||
Reference in New Issue
Block a user