Customize AOSP to support a device without an SD card

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Customize AOSP to support a device without an SD card

324 次查看
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 项奖励
0 回复数