Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 095c6db7 authored by Rambo Wang's avatar Rambo Wang
Browse files

Clean up TODO comment for TelephonyManager.getIccAuthentication

This change removes the redundant TODO comment since he API has been protected with settled-down permission USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER.

Bug: 73660190
Change-Id: Ic419dc6da464e257e64fcb02ad2e5db5f54450b1
Test: m -j
Flag: EXEMPT clean up
parent 7d7002f7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -8825,9 +8825,6 @@ public class TelephonyManager {
     *          {@link PackageManager#FEATURE_TELEPHONY_SUBSCRIPTION} or doesn't support given
     *          authType.
     */
    // TODO(b/73660190): This should probably require MODIFY_PHONE_STATE, not
    // READ_PRIVILEGED_PHONE_STATE. It certainly shouldn't reference the permission in Javadoc since
    // it's not public API.
    @RequiresFeature(PackageManager.FEATURE_TELEPHONY_SUBSCRIPTION)
    public String getIccAuthentication(int appType, @AuthType int authType, String data) {
        return getIccAuthentication(getSubId(), appType, authType, data);