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:
Jeff Sharkey
2016-07-18 18:28:55 -06:00
parent 6b75a69195
commit 4f425c890b
4 changed files with 62 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>