設置T卡


./frameworks/base/core/res/res/xml/storage_list.xml

 <StorageList xmlns:android="http://schemas.android.com/apk/res/android">
    <!-- removable is not set in nosdcard product -->
    <storage android:mountPoint="/mnt/sdcard"
      android:storageDescription="@string/storage_phone"
 android:allowMassStorage="true"
      android:primary="true" />
      
    <storage android:mountPoint="/mnt/sdcard2"
      android:storageDescription="@string/storage_sd_card"
      android:removable="true"
 android:allowMassStorage="true"
      android:primary="false" />
</StorageList> 

發佈了12 篇原創文章 · 獲贊 2 · 訪問量 6萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章