Offer trampoline to help articles.
This allows other parts of the system internals to re-use common logic for building help links, and it allows all help links to live in a single common overlay. Adds a help link slot for "Android is upgrading" notification. Bug: 30033319, 30122837 Change-Id: I7dec3e63cfb8c7a8ee9a562cc61cb70f3f99fdae
This commit is contained in:
@@ -43,4 +43,7 @@
|
||||
|
||||
<!--Whether the storage manager exists. -->
|
||||
<bool name="config_has_storage_manager">false</bool>
|
||||
|
||||
<!--Whether help links are defined. -->
|
||||
<bool name="config_has_help">false</bool>
|
||||
</resources>
|
||||
|
@@ -5661,6 +5661,8 @@
|
||||
<string name="help_url_gestures" translatable="false"></string>
|
||||
<!-- Help URL, Manage Storage [DO NOT TRANSLATE]-->
|
||||
<string name="help_url_manage_storage" translatable="false"></string>
|
||||
<!-- Help URL, Android is upgrading [DO NOT TRANSLATE] -->
|
||||
<string name="help_url_upgrading" translatable="false"></string>
|
||||
|
||||
<!-- User account title [CHAR LIMIT=30] -->
|
||||
<string name="user_account_title">Account for content</string>
|
||||
|
Reference in New Issue
Block a user