您是否必须在设备运行Android M时修补安全提供程序?

时间:2016-06-20 13:21:09

标签: android android-6.0-marshmallow boringssl

Android M挤满了新的安全提供商:BoringSSL。因此我想知道:我是否还需要使用Google Play服务中的动态安全提供程序更新Android M设备上的SecurityProvider(例如:ProviderInstaller.installIfNeeded(getContext());)?

1 个答案:

答案 0 :(得分:0)

答案是,现在:总是修补它!因为,基本上:您不知道Android中是否有任何由制造商提供的安全提供程序正确修补!所以我总是打补丁。