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

Commit 99b01a65 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/33419866'] into 25Q2-release.

Change-Id: I1a683267af38e0d7229f3d4681eada94d6988901
parents 23b426c0 66dedf3d
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);
}