Customize AOSP to support a device without an SD card

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Customize AOSP to support a device without an SD card

758件の閲覧回数
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 返答(返信)