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

Commit 4d019b5c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "OverlayManager: use typed collection type in AIDL" am: 497e28ec am:...

Merge "OverlayManager: use typed collection type in AIDL" am: 497e28ec am: c1a5b99f am: 444b1e27 am: 51121c1e am: 7a885d18

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1801774

Change-Id: Ib41e05a971afd678e7b98c4dcb070dc9d4c017be
parents a16b1066 7a885d18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ interface IOverlayManager {
     *         requested user, an empty map is returned.
     */
    @UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553)
    Map getAllOverlays(in int userId);
    Map<String, List<OverlayInfo>> getAllOverlays(in int userId);

    /**
     * Returns information about all overlays for the given target package for
@@ -52,7 +52,7 @@ interface IOverlayManager {
     * @return A list of OverlayInfo objects; if no overlays exist for the
     *         requested package, an empty list is returned.
     */
    List getOverlayInfosForTarget(in String targetPackageName, in int userId);
    List<OverlayInfo> getOverlayInfosForTarget(in String targetPackageName, in int userId);

    /**
     * Returns information about the overlay with the given package name for the