Customize AOSP to support a device without an SD card

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Customize AOSP to support a device without an SD card

313 Views
territao
Contributor II

Hello,

I'm customizing the Android 11 AOSP, the NXP BSP for the i.MX8M mini platform supports the SD card slot on the evaluation board, I need to customize the AOSP to support a device without an SD card.

In the Android Settings App, there are strings defined with two versions, one is for product="nosdcard", another is for product="default", where is the place to define this product type to "nosdcard"?

<string name="sdcard_unmount" product="nosdcard">Unmount USB storage</string>
<string name="sdcard_unmount" product="default">Unmount SD card</string>

 

Thanks,

Terri

0 Kudos
0 Replies