am 8dc16c27: Fix typo in GPS mode logic.
Merge commit '8dc16c27e23dae5bdf65fd2a2ced97c2f645a633' into gingerbread-plus-aosp * commit '8dc16c27e23dae5bdf65fd2a2ced97c2f645a633': Fix typo in GPS mode logic.
This commit is contained in:
@@ -892,7 +892,7 @@ public class GpsLocationProvider implements LocationProviderInterface {
|
||||
Settings.Secure.ASSISTED_GPS_ENABLED, 1) != 0) {
|
||||
if (singleShot && hasCapability(GPS_CAPABILITY_MSA)) {
|
||||
mPositionMode = GPS_POSITION_MODE_MS_ASSISTED;
|
||||
} else if (hasCapability(GPS_CAPABILITY_MSA)) {
|
||||
} else if (hasCapability(GPS_CAPABILITY_MSB)) {
|
||||
mPositionMode = GPS_POSITION_MODE_MS_BASED;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user