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:
Oscar Montemayor
2010-02-10 16:04:18 -08:00
parent cb497546ba
commit a110a718ba
4 changed files with 94 additions and 6 deletions

View File

@@ -25,7 +25,15 @@
android:summaryOff="@string/install_unknown_applications"
android:summaryOn="@string/install_unknown_applications"
android:persistent="false" />
<ListPreference
android:key="app_install_location"
android:title="@string/app_install_location_title"
android:summary="@string/app_install_location_summary"
android:persistent="false"
android:entries="@array/app_install_location_entries"
android:entryValues="@array/app_install_location_values"/>
<PreferenceScreen
android:key="quick_launch"
android:title="@string/quick_launch_title"