work

    技术2025-08-27  17

    frameworks/base/telephony

    apn

     

    config.xml

     

     

        <string-array translatable="false" name="networkAttributes">

            <item>"wifi,1,1,1"</item>

            <item>"mobile,0,0,0"</item>

            <item>"mobile_mms,2,0,2"</item>

            <item>"mobile_supl,3,0,2"</item>

            <item>"mobile_hipri,5,0,3"</item>

            <!-- to fix it finally, just update API level 8 to higher <item>"secondary_mobile,2,0,3"</item> -->       

            <item>"secondary_mobile,7,2,0"</item>        

            <item>"secondary_mobile_mms,8,2,2"</item>

            <item>"secondary_mobile_supl,9,2,2"</item>

            <item>"secondary_mobile_hipri,11,2,3"</item>

        </string-array>

    ril 文档

     

    最新回复(0)