fluttercommunity / community

Flutter Community - A central place for community made Flutter content.
1.56k stars 121 forks source link

Discussion: [Network] Set default connection ethernet Java in Andorid? #117

Open tuceturan opened 1 year ago

tuceturan commented 1 year ago

My tablet has 2 network connections(UsbEtherhet and wifi) but I want to default connection Usb/Ethernet.

Android 10 and previous versions default connection is Usb/Ethernet but Android 11 default connection is wifi .How can set default can you help?

I'm using flutter and kotlin for native (java is possible)