Move READ_PHONE_STATE compat id to @hide

Bug: 185121376
Test: atest CtsTelephony2TestCases CtsTelecomTestCases2
Change-Id: I0207faf30c85cc3275e312939bec570390129304
This commit is contained in:
Brad Ebinger
2021-04-17 16:11:42 -07:00
parent 1f1bbd88dc
commit d0812639e0
2 changed files with 1 additions and 1 deletions

View File

@@ -1011,6 +1011,7 @@ public class TelecomManager {
* Enable READ_PHONE_STATE protection on APIs querying and notifying call state, such as
* {@code TelecomManager#getCallState}, {@link TelephonyManager#getCallStateForSubscription()},
* and {@link android.telephony.TelephonyCallback.CallStateListener}.
* @hide
*/
@ChangeId
@EnabledSince(targetSdkVersion = Build.VERSION_CODES.S)