假设设备同时支持gps和glonass(硬件层面的支持)。现在当我通过android.locationAPI获取位置时,是否可以知道位置来自的硬件?LocationManagerlocationManager=(LocationManager)getSystemService(Context.LOCATION_SERVICE);locationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER,0,0,newLocationListener());classLocationListenerimplementLocati