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

Commit 5ad9e39e authored by Aishwarya Mallampati's avatar Aishwarya Mallampati
Browse files

Add api for cts test to ignore plmn list from storage

Bug: 415139661
Test: make
Flag: EXEMPT bugfix
Change-Id: I1b72121e6170741d363af2d6b26db7840ae9298d
parent f6416973
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -3676,4 +3676,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);
}