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

Commit 0c3f9707 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update public documentation." into rvc-dev am: 265622e3

Change-Id: I3eb9212b7bcbfe336afa872d1d920a1791ef1d38
parents ddad10d8 265622e3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5951,9 +5951,9 @@ public abstract class PackageManager {
    /**
     * Return the label to use for this application.
     *
     * @return Returns the label associated with this application, or null if
     * it could not be found for any reason.
     * @param info The application to get the label of.
     * @return Returns a {@link CharSequence} containing the label associated with
     * this application, or its name the  item does not have a label.
     * @param info The {@link ApplicationInfo} of the application to get the label of.
     */
    @NonNull
    public abstract CharSequence getApplicationLabel(@NonNull ApplicationInfo info);