Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bff3fd75 authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Todd Kennedy
Browse files

OMS: fix Javadoc copy-and-paste error

The Javadoc for OverlayManager#invalidateCachesForOverlay was mistakenly copied
from OverlayManager#getOverlayInfosForTarget.

Test: builds
Change-Id: I1e12e8f52262619e9ac55fdeb8833cd8a110fa55
parent 093f80de
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -166,9 +166,8 @@ public class OverlayManager {
    }

    /**
     * Returns information about all overlays for the given target package for
     * the specified user. The returned list is ordered according to the
     * overlay priority with the highest priority at the end of the list.
     * Clear part of the overlay manager's internal cache of PackageInfo
     * objects. Only intended for testing.
     *
     * @param targetPackageName The name of the target package.
     * @param user The user to get the OverlayInfos for.