summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2020-02-10 17:27:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-10 17:27:06 +0000
commit66660415890d105449d3227ffa0139ddd0f67d6d (patch)
tree646dc2e2ac75e5d3dda1cf4b2f7639017400f702 /core/java/android
parentb26612a3a8c4be83b156cb5d79a2847e3489b47d (diff)
parent8f9c37006fa1bd82eb077414da211f9081e443ca (diff)
Merge "Revert "Finalize @SystemApi annotation for StatsFrameworkInitializer""
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/os/StatsServiceManager.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/os/StatsServiceManager.java b/core/java/android/os/StatsServiceManager.java
index de07e928fcd1..d032e98da00c 100644
--- a/core/java/android/os/StatsServiceManager.java
+++ b/core/java/android/os/StatsServiceManager.java
@@ -18,16 +18,17 @@ 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(client = Client.MODULE_LIBRARIES)
+@SystemApi
public class StatsServiceManager {
/**
* @hide