BIND_CARRIER_SERVICES
也是Android M上新增的权限,从注释来看只有系统签名的应用才能连接到该服务。
The system process that is allowed to bind to services in carrier apps will have this permission. Carrier apps should use this permission to protect their services that only the system is allowed to bind to.
Protection level: system|signature
Constant Value: "android.permission.BIND_CARRIER_SERVICES"
PersistableBundlegetConfigForSubId (int subId)
Gets the configuration values for a particular subscription, which is associated with a specific SIM card. If an invalid subId is used, the returned config will contain default values.
获取特定卡的配置信息,没有获取到的情况下会获取的默认值。
Requires Permission: