Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08be6c4a authored by Kevin Chang's avatar Kevin Chang Committed by android-build-merger
Browse files

Merge "Add footer preference into caption preferences" into qt-r1-dev

am: 5fc6db2c

Change-Id: I02eb493be2b958b766f06d85dde7aabcc1230a68
parents 8c17c2f5 5fc6db2c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4961,6 +4961,8 @@
    <string name="accessibility_daltonizer_master_switch_title">Use color correction</string>
    <!-- Used in the Captions settings screen to control turning on/off the feature entirely -->
    <string name="accessibility_caption_master_switch_title">Use captions</string>
    <!-- Used in the Captions preference to tell users that the setting doesn't support all apps. [CHAR LIMIT=NONE] -->
    <string name="accessibility_caption_preference_summary">Not all apps support this setting.</string>
    <!-- Button text for the accessibility dialog continue to the next screen for hearing aid. [CHAR LIMIT=32] -->
    <string name="accessibility_hearingaid_instruction_continue_button">Continue</string>
+4 −0
Original line number Diff line number Diff line
@@ -92,4 +92,8 @@
            android:title="@string/captioning_window_opacity" />
    </PreferenceCategory>

    <com.android.settingslib.widget.FooterPreference
        android:title="@string/accessibility_caption_preference_summary"
        android:selectable="false" />

</PreferenceScreen>