Loading core/res/res/values/config.xml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -133,6 +133,9 @@ off features. --> off features. --> <bool name="config_avoidGfxAccel">false</bool> <bool name="config_avoidGfxAccel">false</bool> <!-- Whether to enable auto provisioning the app for new SIM card on boot.--> <bool name="config_auto_provision_enable">false</bool> <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel. <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel. A high value will cause the lowmemorykiller to fire earlier, keeping more memory A high value will cause the lowmemorykiller to fire earlier, keeping more memory in the file cache and preventing I/O thrashing, but allowing fewer processes to in the file cache and preventing I/O thrashing, but allowing fewer processes to Loading core/res/res/values/symbols.xml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1479,6 +1479,8 @@ <java-symbol type="bool" name="config_wifi_dual_band_support" /> <java-symbol type="bool" name="config_wifi_dual_band_support" /> <java-symbol type="bool" name="config_wimaxEnabled" /> <java-symbol type="bool" name="config_wimaxEnabled" /> <java-symbol type="bool" name="show_ongoing_ime_switcher" /> <java-symbol type="bool" name="show_ongoing_ime_switcher" /> <!-- Whether to enable auto provisioning the app for new SIM card on boot.--> <java-symbol type="bool" name="config_auto_provision_enable" /> <java-symbol type="color" name="config_defaultNotificationColor" /> <java-symbol type="color" name="config_defaultNotificationColor" /> <java-symbol type="color" name="input_method_navigation_guard" /> <java-symbol type="color" name="input_method_navigation_guard" /> <java-symbol type="drawable" name="ic_notification_ime_default" /> <java-symbol type="drawable" name="ic_notification_ime_default" /> Loading Loading
core/res/res/values/config.xml +3 −0 Original line number Original line Diff line number Diff line Loading @@ -133,6 +133,9 @@ off features. --> off features. --> <bool name="config_avoidGfxAccel">false</bool> <bool name="config_avoidGfxAccel">false</bool> <!-- Whether to enable auto provisioning the app for new SIM card on boot.--> <bool name="config_auto_provision_enable">false</bool> <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel. <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel. A high value will cause the lowmemorykiller to fire earlier, keeping more memory A high value will cause the lowmemorykiller to fire earlier, keeping more memory in the file cache and preventing I/O thrashing, but allowing fewer processes to in the file cache and preventing I/O thrashing, but allowing fewer processes to Loading
core/res/res/values/symbols.xml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -1479,6 +1479,8 @@ <java-symbol type="bool" name="config_wifi_dual_band_support" /> <java-symbol type="bool" name="config_wifi_dual_band_support" /> <java-symbol type="bool" name="config_wimaxEnabled" /> <java-symbol type="bool" name="config_wimaxEnabled" /> <java-symbol type="bool" name="show_ongoing_ime_switcher" /> <java-symbol type="bool" name="show_ongoing_ime_switcher" /> <!-- Whether to enable auto provisioning the app for new SIM card on boot.--> <java-symbol type="bool" name="config_auto_provision_enable" /> <java-symbol type="color" name="config_defaultNotificationColor" /> <java-symbol type="color" name="config_defaultNotificationColor" /> <java-symbol type="color" name="input_method_navigation_guard" /> <java-symbol type="color" name="input_method_navigation_guard" /> <java-symbol type="drawable" name="ic_notification_ime_default" /> <java-symbol type="drawable" name="ic_notification_ime_default" /> Loading