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

Commit 9652ad4a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clean up TODO comment for TelephonyManager.getIccAuthentication" into main

parents 0d697bd9 095c6db7
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);