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

Commit 66dedf3d authored by Aishwarya Mallampati's avatar Aishwarya Mallampati Committed by Android Build Coastguard Worker
Browse files

Add api for cts test to ignore plmn list from storage

Bug: 415139661
Test: make
Flag: EXEMPT bugfix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5ad9e39e17de307d62e5044189e50cb635954957)
Merged-In: I1b72121e6170741d363af2d6b26db7840ae9298d
Change-Id: I1b72121e6170741d363af2d6b26db7840ae9298d
parent 23b426c0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3666,4 +3666,12 @@ interface ITelephony {
    @JavaPassthrough(annotation="@android.annotation.RequiresPermission("
                      + "android.Manifest.permission.SATELLITE_COMMUNICATION)")
    int getSatelliteDataSupportMode(in int subId);

    /**
     * This API can be used by only CTS to ignore plmn list from storage.
     *
     * @param enabled Whether to enable boolean config.
     * @return {@code true} if the value is set successfully, {@code false} otherwise.
     */
    boolean setSatelliteIgnorePlmnListFromStorage(in boolean enabled);
}