summaryrefslogtreecommitdiffstats
path: root/api/system-current.txt
diff options
context:
space:
mode:
authorBryce Lee <brycelee@google.com>2015-01-26 08:21:10 -0800
committerBryce Lee <brycelee@google.com>2015-01-26 08:21:10 -0800
commit35dafda1b0357eb0f2eef766427a2b473967a918 (patch)
treed3d15013d608b4ab1ccab54debe385c94b08365d /api/system-current.txt
parentd57adbbc4f2f8ccd8fc4a4de0508a8243ace3866 (diff)
downloadframeworks_base-35dafda1b0357eb0f2eef766427a2b473967a918.zip
frameworks_base-35dafda1b0357eb0f2eef766427a2b473967a918.tar.gz
frameworks_base-35dafda1b0357eb0f2eef766427a2b473967a918.tar.bz2
Make THEATER_MODE_ON setting a system api.
This will allow an unbundled home to continue accessing this property. Bug: 19043538 Change-Id: I845a8726e617ca7b6f7f7347a0ac5aa0620d6658
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 39685ae..45e8f87 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -26872,6 +26872,7 @@ package android.provider {
field public static final java.lang.String SHOW_PROCESSES = "show_processes";
field public static final java.lang.String STAY_ON_WHILE_PLUGGED_IN = "stay_on_while_plugged_in";
field public static final java.lang.String SYS_PROP_SETTING_VERSION = "sys.settings_global_version";
+ field public static final java.lang.String THEATER_MODE_ON = "theater_mode_on";
field public static final java.lang.String TRANSITION_ANIMATION_SCALE = "transition_animation_scale";
field public static final java.lang.String USB_MASS_STORAGE_ENABLED = "usb_mass_storage_enabled";
field public static final java.lang.String USE_GOOGLE_MAIL = "use_google_mail";