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

Commit df129541 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change TelephonyManager#getCdmaPrlVersion() from hidden to @SystemApi"

parents 6fb1215e 60674755
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4106,6 +4106,7 @@ package android.telephony {
    method public java.lang.String getCdmaMdn(int);
    method public java.lang.String getCdmaMin();
    method public java.lang.String getCdmaMin(int);
    method public java.lang.String getCdmaPrlVersion();
    method public int getCurrentPhoneType();
    method public int getCurrentPhoneType(int);
    method public deprecated boolean getDataEnabled();
+1 −0
Original line number Diff line number Diff line
@@ -6641,6 +6641,7 @@ public class TelephonyManager {
     * @return PRLVersion or null if error.
     * @hide
     */
    @SystemApi
    public String getCdmaPrlVersion() {
        return getCdmaPrlVersion(getSubId());
    }