diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-02-12 17:36:49 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-12 17:36:49 +0000 |
| commit | 98a201dcd983f3101ec8f4deb0d01f5653cc340e (patch) | |
| tree | 9e36c5c3d61572eaab1f2bdfaf2c296138918742 /core/java/android | |
| parent | fab4628666f54ba65eb532061399bbfa30362530 (diff) | |
| parent | 553df30582d6b2a17929fa6cdd4467dbedcf3f06 (diff) | |
Merge "Finalize @SystemApi annotation for StatsFrameworkInitializer (retry)"
Diffstat (limited to 'core/java/android')
| -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 |
