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

Commit 2586ff7f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add Doc and nullability to LocationManager#getNetworkProviderPackage"

parents 27c8f618 39e00d53
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2380,10 +2380,12 @@ public class LocationManager {
    }

    /**
     * Return the package that implements the {@link #NETWORK_PROVIDER} functionality.
     *
     * @hide
     */
    @SystemApi
    public String getNetworkProviderPackage() {
    public @Nullable String getNetworkProviderPackage() {
        try {
            return mService.getNetworkProviderPackage();
        } catch (RemoteException e) {