OSDN Git Service

Making LauncherActivityInstallInfo public to prevent access modification
authorSunny Goyal <sunnygoyal@google.com>
Tue, 21 Jun 2016 22:28:30 +0000 (15:28 -0700)
committerSunny Goyal <sunnygoyal@google.com>
Tue, 21 Jun 2016 22:30:34 +0000 (15:30 -0700)
by proguard

Bug: 29539169
Change-Id: I2fbe7672b6456dd60393093bf4a73e7336dbaca6

src/com/android/launcher3/util/CachedPackageTracker.java

index d55d573..293714e 100644 (file)
@@ -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;