From 95709ba69f9285cceb4515d86eff55793bc96eec Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Wed, 6 Jan 2021 12:05:47 +0000 Subject: Derestrict some non-SDK APIs. Per request from a partner, these APIs will not be restricted as they are in use. This is conceptually a partial revert of change 5d123b67756. NoNonSdkCheck: b/170729553 Bug: 171933273 Test: Treehugger Change-Id: Ibb525e9a9e2fc90248b74f45f3cdcb0be7487c3a --- telephony/java/com/android/internal/telephony/ITelephony.aidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'telephony/java/com') diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 33acc159e18a..15557e34125c 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -620,7 +620,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); /** @@ -662,7 +662,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); -- cgit v1.2.3