Merge "Fix Learn more link placement is wrong problem" into sc-dev am: 152a82ebb2
am: 890f113ca4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15008365 Change-Id: I71af6081f3705773408d2cc32acfa1055f4b1a9e
This commit is contained in:
@@ -10133,7 +10133,7 @@
|
||||
<!-- Preference title for Add link [CHAR LIMIT=60] -->
|
||||
<string name="app_launch_add_link">Add link</string>
|
||||
<!-- Footer for Open by default. [CHAR LIMIT=NONE] -->
|
||||
<string name="app_launch_footer">An app can verify links to automatically open in the app. <annotation id="url">Learn more</annotation></string>
|
||||
<string name="app_launch_footer">An app can verify links to automatically open in the app.</string>
|
||||
|
||||
<!-- Title, message and button for verified links dialog. -->
|
||||
<plurals name="app_launch_verified_links_title">
|
||||
|
@@ -63,7 +63,6 @@
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:key="open_by_default_footer"
|
||||
android:selectable="false"
|
||||
settings:allowDividerAbove="true"
|
||||
settings:searchable="false"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
Reference in New Issue
Block a user