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

Commit eaffea6d authored by Soonil Nagarkar's avatar Soonil Nagarkar
Browse files

Update API documentation

Add information on exact API level for intent extra.

Bug: 128904083
Test: manual
Change-Id: Ie45feeea43b0fed72bee682b1c6a2076a2f85824
parent b7006711
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -167,9 +167,9 @@ public class LocationManager {

    /**
     * Broadcast intent action when the set of enabled location providers changes. To check the
     * status of a provider, use {@link #isProviderEnabled(String)}. Depending on API level, may
     * status of a provider, use {@link #isProviderEnabled(String)}. From Android Q and above, will
     * include a string intent extra, {@link #EXTRA_PROVIDER_NAME}, with the name of the provider
     * whose state has changed. See {@link #EXTRA_PROVIDER_NAME} for the supported API level.
     * whose state has changed.
     *
     * @see #EXTRA_PROVIDER_NAME
     */