Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5df37b4e authored by David Castro's avatar David Castro Committed by android-build-merger
Browse files

Merge "Updates the description of the provider parameter as per feedback in...

Merge "Updates the description of the provider parameter as per feedback in BUG:111695926." into qt-dev am: e3681d08 am: 0c8d3399 am: b69d94a8
am: d52dd84f

Change-Id: Ia9ce650cb5d061d636ed0b6f21ed101fd0a5c9f5
parents f022baab d52dd84f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -161,7 +161,10 @@ public class Location implements Parcelable {
     * <p>By default time, latitude and longitude are 0, and the location
     * has no bearing, altitude, speed, accuracy or extras.
     *
     * @param provider the name of the provider that generated this location
     * @param provider the source that provides the location. It can be of type
     * {@link LocationManager#GPS_PROVIDER}, {@link LocationManager#NETWORK_PROVIDER},
     * or {@link LocationManager#PASSIVE_PROVIDER}. You can also define your own
     * provider string, in which case an empty string is a valid provider.
     */
    public Location(String provider) {
        mProvider = provider;