Making LauncherActivityInstallInfo public to prevent access modification

by proguard

Bug: 29539169
Change-Id: I2fbe7672b6456dd60393093bf4a73e7336dbaca6
This commit is contained in:
Sunny Goyal
2016-06-21 15:28:30 -07:00
parent 314d53fbaf
commit a649faa1b5
@@ -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;