Fix typo. This has been bothering me a lot :)

Change-Id: I55b373e5f5573a5bf791bf078d12fde7f08a1121
This commit is contained in:
Aaron Labiaga
2020-11-12 15:13:04 +00:00
parent c2ae2b1299
commit 48fca5cfcb

View File

@@ -1319,8 +1319,8 @@ public final class ShortcutInfo implements Parcelable {
* system services even after it has been unpublished as a dynamic shortcut.
*/
@NonNull
public Builder setLongLived(boolean londLived) {
mIsLongLived = londLived;
public Builder setLongLived(boolean longLived) {
mIsLongLived = longLived;
return this;
}