commit | d230307a958189041a7d5616e89fb2966011b55e | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue Aug 14 15:21:45 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Tue Aug 14 15:22:12 2018 -0700 |
tree | 0e3684f094f08066de7cb68d49779a60111feded | |
parent | a950d40d0930abff76fd49a322715fd42cad80c9 [diff] [blame] |
Migrating to android-x Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
diff --git a/src/com/android/launcher3/PromiseAppInfo.java b/src/com/android/launcher3/PromiseAppInfo.java index ea9f752..ea151cd 100644 --- a/src/com/android/launcher3/PromiseAppInfo.java +++ b/src/com/android/launcher3/PromiseAppInfo.java
@@ -18,11 +18,12 @@ import android.content.Context; import android.content.Intent; -import android.support.annotation.NonNull; import com.android.launcher3.compat.PackageInstallerCompat; import com.android.launcher3.util.PackageManagerHelper; +import androidx.annotation.NonNull; + public class PromiseAppInfo extends AppInfo { public int level = 0;