Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个意图使用意图 ACTION_PROVISION_MANAGED_PROFILE 创建一个 android 托管配置文件。它提示我加密我的设备。我很肯定它不会加密 SD 卡。但我无法证明为什么它不这样做。是否有任何官方文件支持这一点?
加密是操作系统在两个配置文件的存储空间之间创建分隔的方式(每个配置文件只能解密自己的空间)。即使您插入了 SD 卡,托管配置文件也将始终在设备存储中创建。因此,加密 SD 卡没有任何意义,因为它不会用于“android-managed-profile”功能。