docs: bug 37130805, typo
I fixed an extra 'and' while I was at it. Test: make ds-docs Bug: 37130805 Change-Id: Ia1e9a991f824253feca628022414f2e1fbdcfea8 Exempt-From-Owner-Approval: Docs-only change
This commit is contained in:
@@ -21,9 +21,9 @@ import android.os.Parcelable;
|
||||
|
||||
/**
|
||||
* A class indicating the application criteria for selecting a
|
||||
* location provider. Providers maybe ordered according to accuracy,
|
||||
* power usage, ability to report altitude, speed,
|
||||
* and bearing, and monetary cost.
|
||||
* location provider. Providers may be ordered according to accuracy,
|
||||
* power usage, ability to report altitude, speed, bearing, and monetary
|
||||
* cost.
|
||||
*/
|
||||
public class Criteria implements Parcelable {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user