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

Commit 60674755 authored by goneil's avatar goneil
Browse files

Change TelephonyManager#getCdmaPrlVersion() from hidden to @SystemApi

Bug: 67751148
Change-Id: I747e683279c2b684c3c255ddfcd33f74f52b587e
Test: com.google.android.gts.telephony.TelephonyManager#testGetCdmaPrlVersion()
parent 097af0fa
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());
    }