Add default phone app to system settings

Bug: 20303635

Change-Id: Ibf052fa92347bff49a638c4042d899c9d6587410
This commit is contained in:
Yorke Lee
2015-04-21 10:18:51 -07:00
parent c3385dc11b
commit dc868a18f8
4 changed files with 99 additions and 2 deletions

View File

@@ -750,7 +750,7 @@
</plurals>
<!-- Introduction title shown in fingerprint enrollment dialog [CHAR LIMIT=22] -->
<string name="security_settings_fingerprint_enroll_onboard_title">Fingerprint setup</string>
<!-- Introduction message shown in fingerprint enrollment dialog when the user needs to choose an
<!-- Introduction message shown in fingerprint enrollment dialog when the user needs to choose an
alternate screen unlock (pin, pattern or password) as a backup to fingerprint. -->
<string name="security_settings_fingerprint_enroll_onboard_message">
To use your fingerprint to unlock your screen or confirm purchases, we\'ll need to:
@@ -5792,6 +5792,7 @@
<string name="keywords_keyboard_and_ime">text correction correct sound vibrate auto language gesture suggest suggestion theme offensive word type emoji international</string>
<string name="keywords_reset_apps">reset preferences default</string>
<string name="keywords_emergency_app">emergency ice app default</string>
<string name="keywords_default_dialer_app">dialer default</string>
<string name="keywords_all_apps">apps download applications system</string>
<string name="keywords_app_permissions">apps permissions security</string>
<string name="keywords_default_apps">apps default</string>
@@ -6453,6 +6454,9 @@
<!-- Summary for No Default Browser settings [CHAR LIMIT=45] -->
<string name="default_browser_title_none">No default Browser</string>
<!-- Title for Default Dialer settings [CHAR LIMIT=30] -->
<string name="default_dialer_title">Dialer app</string>
<!-- Label of default app for current setting [CHAR LIMIT=40] -->
<string name="default_app">(Default)</string>