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

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

Merge "More documentation on ACTION_DATA_LOADER"

parents 5a1680de 17249d37
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