Commit da0e898d authored by Paweł Polański's avatar Paweł Polański Committed by Ian Hickson

Added SM-G960F to the list of known physical devices (#18966)

Samsung Galaxy S9 is not an emulator and installation of
the release packages with 'flutter run --release' should be possible.
parent 46da8536
......@@ -39,6 +39,7 @@ const Map<String, _HardwareType> _knownHardware = <String, _HardwareType>{
'samsungexynos7870': _HardwareType.physical,
'samsungexynos8890': _HardwareType.physical,
'samsungexynos8895': _HardwareType.physical,
'samsungexynos9810': _HardwareType.physical,
};
class AndroidDevices extends PollingDeviceDiscovery {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment