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

Commit 66c261f6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the lint checking of CROSS_PROFILE_APPS_SERVICE"

parents c6f36fe6 9240c7fd
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 {}