今天我来看看如果android将数据存储在sdcard,它的权限是什么样的
1. 打开emm软件,做一笔转账。
2. 现在来看看sdcard中的数据情况
sdcard中的数据是所有人可写的。
解决方案(非root):
1. 不要存储在sdcard中
2. save the file with the private mode
2022-08-04 12:57:52
今天我来看看如果android将数据存储在sdcard,它的权限是什么样的
1. 打开emm软件,做一笔转账。
2. 现在来看看sdcard中的数据情况
sdcard中的数据是所有人可写的。
解决方案(非root):
1. 不要存储在sdcard中
2. save the file with the private mode