Apps on SD Card project.
Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
This commit is contained in:
@@ -354,4 +354,18 @@
|
||||
<item>3</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Apps on SD instalaltion location options in ApplicationSettings -->
|
||||
<string-array name="app_install_location_entries">
|
||||
<item>Internal device storage</item>
|
||||
<item>Removable SD card</item>
|
||||
<item>Let the system decide</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Do not translate. -->
|
||||
<string-array name="app_install_location_values" translatable="false">
|
||||
<item>device</item>
|
||||
<item>sdcard</item>
|
||||
<item>auto</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
@@ -1633,6 +1633,10 @@ found in the list of installed applications.</string>
|
||||
<string name="force_stop_dlg_title">Force Stop</string>
|
||||
<!-- Manage applications, text for dialog when killing persistent apps-->
|
||||
<string name="force_stop_dlg_text">This application will be restarted right way. Are you sure you want to force stop?</string>
|
||||
<!-- Manage applications, application installation location title -->
|
||||
<string name="app_install_location_title">Preferred install location</string>
|
||||
<!-- Manage applications. application installation location summary -->
|
||||
<string name="app_install_location_summary">Change the preferred installation location for new applications.</string>
|
||||
|
||||
<!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
|
||||
<string name="runningservices_settings_title">Running services</string>
|
||||
|
Reference in New Issue
Block a user