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

Commit 9240c7fd authored by Tony Mak's avatar Tony Mak
Browse files

Fix the lint checking of CROSS_PROFILE_APPS_SERVICE

Bug: 67765768
Test: BUILD

Change-Id: I6ce794c5266018c55ccbdf73c9c9cc5dd944a66b
parent 303f84fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3021,7 +3021,8 @@ public abstract class Context {
            SYSTEM_HEALTH_SERVICE,
            //@hide: INCIDENT_SERVICE,
            //@hide: STATS_COMPANION_SERVICE,
            COMPANION_DEVICE_SERVICE
            COMPANION_DEVICE_SERVICE,
            CROSS_PROFILE_APPS_SERVICE
    })
    @Retention(RetentionPolicy.SOURCE)
    public @interface ServiceName {}