summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/StatusHints.java
diff options
context:
space:
mode:
Diffstat (limited to 'telecomm/java/android/telecom/StatusHints.java')
-rw-r--r--telecomm/java/android/telecom/StatusHints.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/telecomm/java/android/telecom/StatusHints.java b/telecomm/java/android/telecom/StatusHints.java
index dd3a639..a32eae7 100644
--- a/telecomm/java/android/telecom/StatusHints.java
+++ b/telecomm/java/android/telecom/StatusHints.java
@@ -16,7 +16,6 @@
package android.telecom;
-import android.annotation.SystemApi;
import android.content.ComponentName;
import android.content.Context;
import android.content.pm.PackageManager;
@@ -30,9 +29,7 @@ import java.util.Objects;
/**
* Contains status label and icon displayed in the in-call UI.
- * @hide
*/
-@SystemApi
public final class StatusHints implements Parcelable {
private final ComponentName mPackageName;