Developer option for booting with 16K pages am: 8996ca9768 am: acd2de2533
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2705817 Change-Id: I8882b9feb7b34567de5f8a65d8932dac42446529 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -11325,6 +11325,15 @@
|
||||
<!-- Developer Settings: Search keywords for the Profile HWUI rendering. [CHAR_LIMIT=NONE] -->
|
||||
<string name="track_frame_time_keywords">GPU</string>
|
||||
|
||||
<!-- setting Checkbox title whether to boot with 16K page size [CHAR_LIMIT=35] -->
|
||||
<string name="enable_16k_pages">Boot with 16K page size</string>
|
||||
<!-- setting Checkbox summary whether to boot with 16K page size[CHAR_LIMIT=50] -->
|
||||
<string name="enable_16k_pages_summary">Boot device using 16K page size supported kernel</string>
|
||||
<!-- Confirmation dialog title to ensure user wishes to enable 16K page size -->
|
||||
<string name="confirm_enable_16k_pages_title">Reboot with 16K page compatible kernel?</string>
|
||||
<!-- Warning dialog message to confirm user wishes to enable 16K page size -->
|
||||
<string name="confirm_enable_16k_pages_text">WARNING: Some applications may not be compatible with this mode</string>
|
||||
|
||||
<!-- DSU Loader. Do not translate. -->
|
||||
<string name="dsu_loader_title" translatable="false">DSU Loader</string>
|
||||
<!-- DSU Loader Description. Do not translate. -->
|
||||
|
||||
@@ -107,6 +107,12 @@
|
||||
android:summary="@string/oem_unlock_enable_summary"
|
||||
settings:useAdditionalSummary="true" />
|
||||
|
||||
<SwitchPreference
|
||||
android:key="enable_16k_pages"
|
||||
android:title="@string/enable_16k_pages"
|
||||
android:summary="@string/enable_16k_pages_summary"
|
||||
settings:useAdditionalSummary="true" />
|
||||
|
||||
<Preference
|
||||
android:key="running_apps"
|
||||
android:title="@string/runningservices_settings_title"
|
||||
|
||||
Reference in New Issue
Block a user