Update docs on SignalStrength.getLevel

bug:21572049
Change-Id: I10b830859a253170184a2d874d0ed39fc6ee0503
This commit is contained in:
Robert Greenwalt
2015-06-10 15:46:09 -07:00
parent 1955ee57b3
commit 46982c5364

View File

@@ -469,7 +469,12 @@ public class SignalStrength implements Parcelable {
}
/**
* Get signal level as an int from 0..4
* Retrieve an abstract level value for the overall signal strength.
*
* @return a single integer from 0 to 4 representing the general signal quality.
* This may take into account many different radio technology inputs.
* 0 represents very poor signal strength
* while 4 represents a very strong signal strength.
*/
public int getLevel() {
int level;