Add confirmation when stopping system service, as per rwest.

Change-Id: I1cca31a87d3acfc49ffb4562d922d4577c0b1cba
This commit is contained in:
Dianne Hackborn
2010-10-06 16:46:53 -07:00
parent 4b21f7cd94
commit b8f9c9cf7c
2 changed files with 99 additions and 28 deletions

View File

@@ -1895,6 +1895,12 @@ found in the list of installed applications.</string>
<!-- Message that a process's provider is in use. -->
<string name="process_provider_in_use_description">Provider <xliff:g id="comp_name">%1$s</xliff:g>
is in use.</string>
<!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
<string name="runningservicedetails_stop_dlg_title">Stop system service?</string>
<!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
<string name="runningservicedetails_stop_dlg_text">Are you sure you want to stop this system service? If you do, some
features of your phone may stop working correctly until you power it off
and then on again.</string>
<!-- Language Settings --> <skip />
<!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings realted to locale and text -->