diff options
| author | Sarah Chin <sarahchin@google.com> | 2020-05-26 21:56:42 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-26 21:56:42 +0000 |
| commit | 8300a64490648c6491d38a44dde2ef74ad879494 (patch) | |
| tree | 9124ba1fb755dcc3ac29b3c1c3f67c99848618ff /core/java/android | |
| parent | d91929d91fb936adb290576d141217c3f271c721 (diff) | |
| parent | 6c28373913fe32752f7728eba97dafd61b1ba02f (diff) | |
Merge "Add Setting for NR screen off indications" into rvc-dev
Diffstat (limited to 'core/java/android')
| -rwxr-xr-x | core/java/android/provider/Settings.java | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index e0bc764025a5..1b19e1290121 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -14363,6 +14363,21 @@ public final class Settings { * @hide */ public static final String ADVANCED_BATTERY_USAGE_AMOUNT = "advanced_battery_usage_amount"; + + /** + * For 5G NSA capable devices, determines whether NR tracking indications are on + * when the screen is off. + * + * Values are: + * 0: off - All 5G NSA tracking indications are off when the screen is off. + * 1: extended - All 5G NSA tracking indications are on when the screen is off as long as + * the device is camped on 5G NSA (5G icon is showing in status bar). + * If the device is not camped on 5G NSA, tracking indications are off. + * 2: always on - All 5G NSA tracking indications are on whether the screen is on or off. + * @hide + */ + public static final String NR_NSA_TRACKING_SCREEN_OFF_MODE = + "nr_nsa_tracking_screen_off_mode"; } /** |
