diff options
author | 2025-05-07 13:47:09 -0700 | |
---|---|---|
committer | 2025-05-07 13:47:09 -0700 | |
commit | 99b01a65cc4c104933788b3143285ab6bae65827 (patch) | |
tree | 667eabe80eb4251d8a67da9bd694fd87afad322a | |
parent | 23b426c01b30da5ba875502a601e73da2c62ee51 (diff) | |
parent | 66dedf3d8e341f299b706c2eb6a1bbbc2b6d3c7f (diff) |
Merge cherrypicks of ['googleplex-android-review.googlesource.com/33419866'] into 25Q2-release.
Change-Id: I1a683267af38e0d7229f3d4681eada94d6988901
-rw-r--r-- | telephony/java/com/android/internal/telephony/ITelephony.aidl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl index 2095ee83b77d..b3056ead12ac 100644 --- a/telephony/java/com/android/internal/telephony/ITelephony.aidl +++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl @@ -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); } |