From a110a718bac811c014b80c123a447e45ab1b1dd9 Mon Sep 17 00:00:00 2001 From: Oscar Montemayor Date: Wed, 10 Feb 2010 16:04:18 -0800 Subject: 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. --- res/values/arrays.xml | 14 ++++++++++++++ res/values/strings.xml | 4 ++++ 2 files changed, 18 insertions(+) (limited to 'res/values') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index ae0fba8..ff68cc7 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -354,4 +354,18 @@ 3 + + + Internal device storage + Removable SD card + Let the system decide + + + + + device + sdcard + auto + + diff --git a/res/values/strings.xml b/res/values/strings.xml index ce45ec5..bc19df5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1633,6 +1633,10 @@ found in the list of installed applications. Force Stop This application will be restarted right way. Are you sure you want to force stop? + + Preferred install location + + Change the preferred installation location for new applications. Running services -- cgit v1.1