Making LauncherActivityInstallInfo public to prevent access modification
by proguard Bug: 29539169 Change-Id: I2fbe7672b6456dd60393093bf4a73e7336dbaca6
This commit is contained in:
@@ -170,7 +170,7 @@ public abstract class CachedPackageTracker implements OnAppsChangedCallbackCompa
|
||||
*/
|
||||
protected abstract void onLauncherPackageRemoved(String packageName, UserHandleCompat user);
|
||||
|
||||
protected static class LauncherActivityInstallInfo
|
||||
public static class LauncherActivityInstallInfo
|
||||
implements Comparable<LauncherActivityInstallInfo> {
|
||||
public final LauncherActivityInfoCompat info;
|
||||
public final long installTime;
|
||||
|
||||
Reference in New Issue
Block a user