mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Fix NewApi warning
Bug: 329770619 Change-Id: I70268c0f1871e87d431c89ad057712e73051cebe
This commit is contained in:
@@ -107,6 +107,7 @@ public class PackageManagerHelper {
|
||||
/**
|
||||
* Returns whether the target app is archived for a given user
|
||||
*/
|
||||
@SuppressWarnings("NewApi")
|
||||
public boolean isAppArchivedForUser(@NonNull final String packageName,
|
||||
@NonNull final UserHandle user) {
|
||||
if (!Utilities.enableSupportForArchiving()) {
|
||||
|
||||
Reference in New Issue
Block a user