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

Commit b9904395 authored by Johannes Gallmann's avatar Johannes Gallmann
Browse files

Remove obsolete predictive back system animations developer option

Predictive back system animations are enabled by default since
Android 15. Therefore this developer option is no longer relevant.

Bug: 412572850
Test: Manual, i.e. verified that developer option no longer shows up
Flag: EXEMPT bugfix
Change-Id: I2d3b83d51b2cda5bfa7d99c3948fd2578eddfb5a
parent 4ab15dad
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1836,13 +1836,6 @@
    <!-- [CHAR LIMIT=NONE] Le audio broadcast dialog, different output. -->
    <string name="bt_le_audio_broadcast_dialog_different_output">Change output</string>

    <!-- Developer setting: enable animations when a back gesture is executed [CHAR LIMIT=50] -->
    <string name="back_navigation_animation">Predictive back animations</string>
    <!-- Developer setting: enable animations when a back gesture is executed [CHAR LIMIT=150] -->
    <string name="back_navigation_animation_summary">Enable system animations for predictive back.</string>
    <!-- Developer setting: enable animations when a back gesture is executed, full explanation[CHAR LIMIT=NONE] -->
    <string name="back_navigation_animation_dialog">This setting enables system animations for predictive gesture animation. It requires setting per-app "enableOnBackInvokedCallback" to true in the manifest file.</string>

    <!-- Formatting states for the scale of font size, in percent. Double "%" is required to represent the symbol "%". [CHAR LIMIT=20] -->
    <string name="font_scale_percentage"> <xliff:g id="percentage">%1$d</xliff:g> %%</string>