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

Commit 17249d37 authored by Songchun Fan's avatar Songchun Fan
Browse files

More documentation on ACTION_DATA_LOADER

BUG: 148285952

Test: just adding comments
Change-Id: I5e309167b1fadc19304b8def259f4f3473b815d9
parent 24dc2c2d
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -4284,7 +4284,15 @@ public class Intent implements Parcelable, Cloneable {
    public static final String ACTION_SERVICE_STATE = "android.intent.action.SERVICE_STATE";

    /**
     * Used for looking up a Data Loader Service provider.
     * Used by {@link services.core.java.com.android.server.pm.DataLoaderManagerService}
     * for querying Data Loader Service providers. Data loader service providers register this
     * intent filter in their manifests, so that they can be looked up and bound to by
     * {@code DataLoaderManagerService}.
     *
     * Data loader service providers must be privileged apps. 
     * See {@link com.android.server.pm.PackageManagerShellCommandDataLoader} as an example of such
     * data loader service provider.
     *
     * @hide
     */
    @SystemApi