Add default Dialer preference to Settings

Add a Default phone app setting under wireless settings, and also
a dialog activity that allows a user to confirm the selection of an
application as a default phone app.

Bug: 6948882
Bug: 15021725
Change-Id: I2c1473feba20da01b14fbd30dbecc01be560479d
This commit is contained in:
Yorke Lee
2014-06-02 14:52:17 -07:00
parent 95c278fb4c
commit d4720d9872
5 changed files with 205 additions and 5 deletions

View File

@@ -2378,6 +2378,11 @@
<string name="sms_change_default_dialog_text" translatable="true">Use <xliff:g id="new_app">%1$s</xliff:g> instead of <xliff:g id="current_app">%2$s</xliff:g> as your SMS app?</string>
<string name="sms_change_default_no_previous_dialog_text" translatable="true">Use <xliff:g id="new_app">%s</xliff:g> as your SMS app?</string>
<!-- Default phone application [CHAR LIMIT=35] -->
<string name="phone_application_title" translatable="true">Default phone app</string>
<!-- Title of dialog used to change the default phone application [CHAR LIMIT=35]-->
<string name="phone_change_default_dialog_title" translatable="true">Change default phone app?</string>
<!-- Network Scorer Application -->
<!-- TODO: Final UX and strings, then mark these as translatable. -->
<string name="network_scorer_application" translatable="false">Active network scorer</string>