diff options
author | Zoey Chen <zoeychen@google.com> | 2021-03-12 15:54:29 +0800 |
---|---|---|
committer | Zoey Chen <zoeychen@google.com> | 2021-03-12 15:54:29 +0800 |
commit | 943a0c590b4481ef11fedbd63500ef243d1ce632 (patch) | |
tree | 068a2604431a8577d3d490eb2f0e729ed98b9ad2 /core/java | |
parent | 36b03734efb0607e063c44d02d7b84a971c941ca (diff) |
[Telephony] Exposed PhysicalChannelConfigListener as public API instead of system
Bug: 182408018
Test: make
Change-Id: I294453b0c28b79e309063a1cd2f57644b3a6242c
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 |