From a3486a1655d2c4ab5003b8d1f66eaa97ec75511f Mon Sep 17 00:00:00 2001 From: tilaksidduram Date: Sat, 7 Jun 2014 10:00:55 +0530 Subject: N7100: Enable app2sd --- BoardConfig.mk | 3 +++ overlay/frameworks/base/core/res/res/xml/storage_list.xml | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index a957a02..8f63b1b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -37,6 +37,9 @@ TARGET_OTA_ASSERT_DEVICE := t03g,n7100,GT-N7100 # inherit from the proprietary version -include vendor/samsung/n7100/BoardConfigVendor.mk +# External apps on SD +TARGET_EXTERNAL_APPS = sdcard1 + # Recovery TARGET_RECOVERY_FSTAB := device/samsung/n7100/rootdir/fstab.smdk4x12 RECOVERY_FSTAB_VERSION := 2 diff --git a/overlay/frameworks/base/core/res/res/xml/storage_list.xml b/overlay/frameworks/base/core/res/res/xml/storage_list.xml index f98fbb0..9108fdc 100644 --- a/overlay/frameworks/base/core/res/res/xml/storage_list.xml +++ b/overlay/frameworks/base/core/res/res/xml/storage_list.xml @@ -43,10 +43,11 @@ android:storageDescription="@string/storage_sd_card" android:primary="false" android:removable="true" - android:allowMassStorage="true" /> + android:allowMassStorage="true" + android:externalApps="true" /> - \ No newline at end of file + -- cgit v1.1