Merge "Adding maxTargetSdk AndroidS_V2 to DATA_ROAMING. This will make sure that beyond S people can not access the DATA_ROAMING API from Settingss.Ideal way to use this is from TelephonyManager." into tm-dev am: 567d57f206 am: 9570621986 am: a0da35749a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18692749

Change-Id: I153c6ac9afb69fd13932e0e48bb3dedb27b2d691
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Chen Xu
2022-06-02 18:51:15 +00:00
committed by Automerger Merge Worker

View File

@@ -11442,7 +11442,7 @@ public final class Settings {
* Whether or not data roaming is enabled. (0 = false, 1 = true) * Whether or not data roaming is enabled. (0 = false, 1 = true)
* Use {@link TelephonyManager#isDataRoamingEnabled} instead of calling via settings. * Use {@link TelephonyManager#isDataRoamingEnabled} instead of calling via settings.
*/ */
@Readable(maxTargetSdk = Build.VERSION_CODES.S) @Readable(maxTargetSdk = Build.VERSION_CODES.S_V2)
public static final String DATA_ROAMING = "data_roaming"; public static final String DATA_ROAMING = "data_roaming";
/** /**