diff options
author | Zoey Chen <zoeychen@google.com> | 2021-03-17 06:46:27 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-17 06:46:27 +0000 |
commit | dd68ace7e0f082394e10997cfb2e42fb0361e1f1 (patch) | |
tree | 0ed82a76946564db4ae3a288f1bd9f8b43197cbc /core/java | |
parent | 0aa487570c7dde6ad1e66c31d98af2fb82a815ef (diff) | |
parent | 943a0c590b4481ef11fedbd63500ef243d1ce632 (diff) |
Merge "[Telephony] Exposed PhysicalChannelConfigListener as public API instead of system"
Diffstat (limited to 'core/java')
-rw-r--r-- | core/java/android/telephony/TelephonyCallback.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/java/android/telephony/TelephonyCallback.java b/core/java/android/telephony/TelephonyCallback.java index a2584cae1b9c..73ba003bcfe4 100644 --- a/core/java/android/telephony/TelephonyCallback.java +++ b/core/java/android/telephony/TelephonyCallback.java @@ -1330,10 +1330,7 @@ public class TelephonyCallback { /** * Interface for current physical channel configuration listener. - * - * @hide */ - @SystemApi public interface PhysicalChannelConfigListener { /** * Callback invoked when the current physical channel configuration has changed |