Merge "Wire up zram setting, system property"

This commit is contained in:
Daniel Colascione
2018-01-11 19:03:46 +00:00
committed by Android (Google) Code Review
5 changed files with 56 additions and 2 deletions

View File

@@ -11248,6 +11248,15 @@ public final class Settings {
*/
public static final String ENABLE_GNSS_RAW_MEAS_FULL_TRACKING =
"enable_gnss_raw_meas_full_tracking";
/**
* Whether we've enabled zram on this device. Takes effect on
* reboot. The value "1" enables zram; "0" disables it, and
* everything else is unspecified.
* @hide
*/
public static final String ZRAM_ENABLED =
"zram_enabled";
}
/**