Merge "Wire up zram setting, system property"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6d3444ec3c
@@ -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";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user