diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:18:01 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 15:18:01 +0200 |
commit | fdccef7c5e569f0240a6bdc25e4ef60827a448e1 (patch) | |
tree | fc8b3b42a8883fedeb040ed5bfcceabf21fdf67d | |
parent | 3149e9b5a8935d8f15b73b9a38eb091c3ecaa043 (diff) | |
download | device_samsung_p5100-fdccef7c5e569f0240a6bdc25e4ef60827a448e1.zip device_samsung_p5100-fdccef7c5e569f0240a6bdc25e4ef60827a448e1.tar.gz device_samsung_p5100-fdccef7c5e569f0240a6bdc25e4ef60827a448e1.tar.bz2 |
this device is having a external sdcard
-rwxr-xr-x | p51xx-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk index 012ed1a..069c57d 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -118,7 +118,7 @@ PRODUCT_COPY_FILES += \ frameworks/base/data/etc/android.software.sip.xml:system/etc/permissions/android.software.sip.xml \ frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml -PRODUCT_CHARACTERISTICS := tablet,nosdcard +PRODUCT_CHARACTERISTICS := tablet # Feature live wallpaper PRODUCT_COPY_FILES += \ |