Merge "Make LauncherApps#ShortcutQuery#setLocusId() public" into rvc-dev am: bcaa266fa7 am: adb0244865 am: 0d2d0634eb
Change-Id: I1aac8725c492d8de6de365cc53f070127cfefb50
This commit is contained in:
@@ -11721,6 +11721,7 @@ package android.content.pm {
|
||||
ctor public LauncherApps.ShortcutQuery();
|
||||
method public android.content.pm.LauncherApps.ShortcutQuery setActivity(@Nullable android.content.ComponentName);
|
||||
method public android.content.pm.LauncherApps.ShortcutQuery setChangedSince(long);
|
||||
method @NonNull public android.content.pm.LauncherApps.ShortcutQuery setLocusIds(@Nullable java.util.List<android.content.LocusId>);
|
||||
method public android.content.pm.LauncherApps.ShortcutQuery setPackage(@Nullable String);
|
||||
method public android.content.pm.LauncherApps.ShortcutQuery setQueryFlags(int);
|
||||
method public android.content.pm.LauncherApps.ShortcutQuery setShortcutIds(@Nullable java.util.List<java.lang.String>);
|
||||
|
||||
@@ -2102,10 +2102,6 @@ package android.content.pm {
|
||||
field @NonNull public static final android.os.Parcelable.Creator<android.content.pm.LauncherApps.AppUsageLimit> CREATOR;
|
||||
}
|
||||
|
||||
public static class LauncherApps.ShortcutQuery {
|
||||
method @NonNull public android.content.pm.LauncherApps.ShortcutQuery setLocusIds(@Nullable java.util.List<android.content.LocusId>);
|
||||
}
|
||||
|
||||
public class PackageInstaller {
|
||||
method @RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public void setPermissionsResult(int, boolean);
|
||||
field public static final int DATA_LOADER_TYPE_INCREMENTAL = 2; // 0x2
|
||||
|
||||
@@ -460,10 +460,7 @@ public class LauncherApps {
|
||||
/**
|
||||
* If non-null, return only the specified shortcuts by locus ID. When setting this field,
|
||||
* a package name must also be set with {@link #setPackage}.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@NonNull
|
||||
public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) {
|
||||
mLocusIds = locusIds;
|
||||
|
||||
Reference in New Issue
Block a user