Merge "Update public documentation." into rvc-dev am: 265622e3c7 am: 6cf285a549 am: c4d47e0518

Change-Id: I29996238ff5c365e4d6c2f39b66b363059ae0bb0
This commit is contained in:
TreeHugger Robot
2020-04-29 22:50:19 +00:00
committed by Automerger Merge Worker

View File

@@ -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);