Android 5.0SIM卡URI
private static final String ICC_SDN_URI_FOR_SINGLE_SLOT = "content://icc/sdn/subId";
private static final String ICC_ADN_URI_FOR_SINGLE_SLOT = "content://icc/adn/subId";
private static final String ICC_PBR_URI_FOR_SINGLE_SLOT = "content://icc/pbr/subId";
private void generateSdnUri() {String str = ICC_SDN_URI_FOR_SINGLE_SLOT;if (isGeminiEnabled()) {// like:"content://icc/sdn2"str += (mSlotId /*+ 1*/);}mSdnUri = Uri.parse(str);}
一花一世界,一叶一菩提;一方一净土,一水一浮生;一草一天堂,一沙一极乐;一笑一尘缘,一觉一清净

浙公网安备 33010602011771号