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

Commit 6bc51d73 authored by Bookatz's avatar Bookatz
Browse files

Hiding StatsCompanionService with @hide

Add the @hide tag to the StatsCompanionService class.

Test: compiled
Change-Id: I19356cd8a53757981e5c35d3cba76e560b405483
parent 0121af61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import com.android.server.SystemService;
/**
 * Helper service for statsd (the native stats management service in cmds/statsd/).
 * Used for registering and receiving alarms on behalf of statsd.
 * @hide
 */
public class StatsCompanionService extends IStatsCompanionService.Stub {
    static final String TAG = "StatsCompanionService";