Enable move option for moving packages from internal to sdcard

This commit is contained in:
Suchi Amalapurapu
2010-02-19 14:30:01 -08:00
parent 03878a4a08
commit ad1482712d
3 changed files with 59 additions and 4 deletions

View File

@@ -1628,6 +1628,8 @@ found in the list of installed applications.</string>
<!-- Manage applications, text for Move button to move app to sdcard -->
<string name="move_app_to_sdcard">Move to sdcard</string>
<!-- Manage applications, title for dialog when killing persistent apps-->
<!-- Manage applications, text for Move button when move is in progress -->
<string name="moving">Moving</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>