diff options
author | Mathew Inwood <mathewi@google.com> | 2021-01-13 09:38:35 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-01-13 09:38:35 +0000 |
commit | 29bf6e8443070eba2b6706a8f58f23808bb86058 (patch) | |
tree | 5c5e0914b8c81a55af4449ca53f0e5eac3e90422 /telephony/java/com | |
parent | 4bdcbf4608c3999fdf0c72053ba4aa70daa0a87c (diff) | |
parent | 95709ba69f9285cceb4515d86eff55793bc96eec (diff) |
Merge "Derestrict some non-SDK APIs."
Diffstat (limited to 'telephony/java/com')
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index c60a44c3803a..541ec040d4dd 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -629,7 +629,7 @@ interface ITelephony { * successful iccOpenLogicalChannel. * @return true if the channel was closed successfully. */ - @UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) + @UnsupportedAppUsage(trackingBug = 171933273) boolean iccCloseLogicalChannel(int subId, int channel); /** @@ -671,7 +671,7 @@ interface ITelephony { * @return The APDU response from the ICC card with the status appended at * the end. */ - @UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) + @UnsupportedAppUsage(trackingBug = 171933273) String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, int p1, int p2, int p3, String data); |