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

Commit 5a6863ca authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Improve InfoMediaManager javadoc

Bug: b/321969740
Test: presubmit (javadoc only change)
Change-Id: I7473c863c603595f88ffbd3cf4b0302e9b4e2af0
parent 6e44c398
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -150,7 +150,16 @@ public abstract class InfoMediaManager {
        mUserHandle = userHandle;
    }

    /** Creates an instance of InfoMediaManager. */
    /**
     * Creates an instance of InfoMediaManager.
     *
     * @param context The {@link Context}.
     * @param packageName The package name of the app for which to control routing, or null if the
     *     caller is interested in system-level routing only (for example, headsets, built-in
     *     speakers, as opposed to app-specific routing (for example, casting to another device).
     * @param userHandle The {@link UserHandle} of the user on which the app to control is running,
     *     or null if the caller does not need app-specific routing (see {@code packageName}).
     */
    public static InfoMediaManager createInstance(
            Context context,
            @Nullable String packageName,