diff options
| author | Makoto Onuki <omakoto@google.com> | 2020-02-06 14:35:52 -0800 |
|---|---|---|
| committer | Makoto Onuki <omakoto@google.com> | 2020-02-11 16:26:18 -0800 |
| commit | 553df30582d6b2a17929fa6cdd4467dbedcf3f06 (patch) | |
| tree | eb0f3db8ad4792e88a10d12a93b5d20192097e20 /core/java | |
| parent | 488cc7721c820f1444a9a794ff2164383446dfd6 (diff) | |
Finalize @SystemApi annotation for StatsFrameworkInitializer (retry)
Change-Id: I3c8bce84fbdbe4e65ec430eb5046a1a46cc6fbfb
Fix: 148225705
Test: build / treehugger
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/StatsServiceManager.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/os/StatsServiceManager.java b/core/java/android/os/StatsServiceManager.java index d032e98da00c..de07e928fcd1 100644 --- a/core/java/android/os/StatsServiceManager.java +++ b/core/java/android/os/StatsServiceManager.java @@ -18,17 +18,16 @@ package android.os; import android.annotation.NonNull; import android.annotation.Nullable; import android.annotation.SystemApi; +import android.annotation.SystemApi.Client; /** * Provides a way to register and obtain the system service binder objects managed by the stats * service. * * <p> Only the statsd mainline module will be able to access an instance of this class. - * - * TODO(b/148225705) Change to @SystemApi(client=MODULE_LIBRARIES) when the build system is ready. * @hide */ -@SystemApi +@SystemApi(client = Client.MODULE_LIBRARIES) public class StatsServiceManager { /** * @hide |
